update_memory
Update an existing memory by providing its ID and new text. The memory is re-embedded and re-indexed for accurate retrieval.
Instructions
Overwrite an existing memory's text. Re-embeds and re-indexes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memory_id | Yes | Exact memory UUID to update. | |
| text | Yes | Replacement text for the memory. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |