update_memory
Update an existing memory by its ID with new content. Modify stored information in a shared memory space.
Instructions
Update the content of an existing memory by ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memory_id | Yes | The UUID of the memory to update | |
| content | Yes | New content for the memory | |
| volume_id | No | Volume (project) ID. Uses default if not set. |