Update Memory
update_memoryUpdate a memory's content and tags by providing its hash and new content. Obtain a new hash, as any content change alters the memory's identifier.
Instructions
Update memory content. Returns new hash since content change affects the hash.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hash | Yes | Hash of the memory to update | |
| tags | No | Replace tags (max 100 tags, each max 50 chars) | |
| content | Yes | New content for the memory |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| error | No | ||
| result | No |