update_memory
Update a memory by ID to change its category, topic, or content. Provides status and updated details.
Instructions
Update a memory by ID.
Args:
doc_id: The ID of the memory to update
category: New category (optional)
topic: New topic (optional)
content: New content (optional)
Returns:
A dictionary with status and updated details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic | No | ||
| doc_id | Yes | ||
| content | No | ||
| category | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||