Update doc
memory_update_docUpdate an existing document in the persistent memory store to keep context and knowledge current across tools and conversations.
Instructions
Update an existing doc. Same handler as memory(action="update_doc").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Input parameter: tags. | |
| title | No | Short descriptive title. | |
| doc_id | Yes | Doc ID or title lookup | |
| content | No | Full content/body. | |
| doc_type | No | Input parameter: doc type. | |
| metadata | No | Input parameter: metadata. | |
| project_id | No | Project ID (UUID). | |
| workspace_id | No | Workspace ID (UUID). |