update_node
Correct stored memories by updating a node's content, label, or tags while preserving its identity.
Instructions
Update an existing memory node's content, label, or tags. Use when a stored memory needs correction without deleting its identity. Returns the updated node.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Replacement tag list for the node. | |
| label | No | Replacement short label for the node. | |
| content | No | Replacement natural-language content for the node. | |
| node_id | Yes | ID of the node to update. |