update_memory
Revise an existing memory's content or tags by ID, replacing only the fields you provide while retaining the remaining details.
Instructions
Update an existing memory's content or tags.
Args: memory_id: The numeric ID of the memory to update. content: New content (replaces existing). Pass None to keep current content. tags: New tags (replaces existing). Pass None to keep current tags.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| content | No | ||
| memory_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |