update_memory
Update a stored memory by its ID with new text and optional metadata, enabling modification of previously saved information.
Instructions
Overwrite the text of an existing memory by memory_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Replacement text for the memory. | |
| metadata | No | Optional replacement metadata. | |
| memory_id | Yes | Exact memory_id to update. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |