update_memory
Update an existing memory record by replacing its content, tags, file path, or type. Automatically re-embeds when content changes to keep semantic search current.
Instructions
Update an existing memory. Re-embeds automatically if content changes.
Args: memory_id: UUID of the memory to update content: New content (triggers re-embedding if changed) tags: New tags (replaces existing) file_path: New file path memory_type: New memory type
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| content | No | ||
| file_path | No | ||
| memory_id | Yes | ||
| memory_type | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |