memory_update_memory
Update an existing memory by ID with new content. Embedding regenerates automatically, ensuring consistent search results.
Instructions
Update the content of an existing memory. The embedding is regenerated automatically. Use the memory ID from a previous search result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The UUID of the memory to update. | |
| content | Yes | The new content for this memory. | |
| metadata | No | Optional updated metadata. |