update_memory
Update a memory's metadata and markdown content. Specify only fields to change; others stay unchanged.
Instructions
Patch memory metadata and optionally replace the full markdown body. Use append_memory when adding incremental observations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Memory id to update. | |
| meta | No | Partial metadata changes. Omitted fields keep their existing values. | |
| content | No | Replacement markdown body. Leave null to preserve existing content. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||