memory_update
Update an existing memory record with new content or keywords.
Instructions
Update an existing memory's content and/or keywords.
Args: memory_id: The ID of the memory to update. content: New content text (optional, keeps existing if not provided). keywords: New keywords list (optional, keeps existing if not provided).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | No | ||
| keywords | No | ||
| memory_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |