Update memory
update_memoryUpdate an existing memory by its ID with new text and optional metadata. Replace outdated or incorrect stored information to keep AI agent memory 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 |