update_memory
Update a specific memory by providing its ID and new text. Optionally replace metadata to keep stored information current and accurate.
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 |