update_memory
Update an existing memory by modifying its content, tags, metadata, importance, or memory type. Changes to content trigger re-embedding.
Instructions
Update an existing memory. Can modify content (triggers re-embedding), metadata, tags, importance, or memory type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The UUID of the memory to update | |
| tags | No | New tags array | |
| content | No | New text content (triggers re-embedding) | |
| metadata | No | New metadata object | |
| importance | No | New importance level 1-10 | |
| memory_type | No | New memory category |