memory_write
Store and update memory files with markdown and YAML frontmatter for your Odoo AI assistant. Save to personal or shared storage.
Instructions
Write/update a memory file. Saves to personal storage by default. Content should be markdown with YAML frontmatter (name, description, type).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | File name (e.g. 'module_overview.md') | |
| content | Yes | Full file content (markdown with frontmatter) | |
| scope | No | Where to save: personal (default) or shared | personal |