memory_update
Update an existing long-term memory by changing its text, importance, or category; text edits create versions to preserve history, while metadata changes apply in place.
Instructions
Update an existing memory. For preferences/entities, changing text creates a new version (supersede) to preserve history. Metadata-only changes (importance, category) update in-place.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | New text content (triggers re-embedding) | |
| category | No | New category | |
| memoryId | Yes | ID of the memory to update (full UUID or 8+ char prefix) | |
| importance | No | New importance score 0-1 |