memory_update
Update saved memory content by ID to correct errors. Specify new content and optional title; regenerates embeddings so semantic search reflects changes.
Instructions
Edit any saved memory's content (and optionally its title) by id — for general corrections, not tied to a freshness check. Regenerates the item's embedding so semantic search reflects the new content. Get the id from memory_query or memory_list_items. (For a memory flagged by memory_check_freshness after related code changed, use memory_correct instead.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | UUID of the memory item to update (from memory_query or memory_list_items) | |
| title | No | Optional new title; omit to keep the current title | |
| content | Yes | The new, corrected content |