memory_update
Update an existing memory record by modifying content, tags, or metadata, with options to merge or replace metadata for precise control.
Instructions
Update an existing memory.
Metadata updates merge into existing metadata by default. Set a metadata key to null/None to delete that key. Pass replace_metadata=True only when intentionally replacing the whole metadata object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memory_id | Yes | ||
| content | No | ||
| metadata | No | ||
| tags | No | ||
| replace_metadata | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |