update_memory
Update a stored memory by ID with new text and optional metadata, replacing existing content.
Instructions
Overwrite the text (and optionally metadata) of a memory by ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | New memory text. | |
| metadata | No | New metadata (replaces old metadata). | |
| memory_id | Yes | Memory ID to update. |