update_memory
Update an existing memory entry when it becomes outdated or requires correction. Specify the memory ID and provide new content, category, or tags to keep stored knowledge accurate.
Instructions
Update an existing memory.
Use when a previous memory is outdated or needs correction.
Args:
memory_id: The ID of the memory to update.
content: New content (leave empty to keep existing).
category: New category (leave empty to keep existing).
tags: New tags (leave empty to keep existing).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| content | No | ||
| category | No | ||
| memory_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |