update_memory
When a stored fact or preference changes, modify that memory by ID. Find the memory_id via search, then update its content, tags, or importance.
Instructions
Modify an EXISTING memory by ID. Get memory_id from search results.
ACTION GUIDE — when to use:
Use when an existing fact or preference changes. Example: memory_id='abc123', content='User now prefers light mode'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| source | No | ||
| content | No | ||
| category | No | ||
| memory_id | Yes | ||
| importance | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||