update_memory
Update memory content by providing its ID and new content. Enforces ownership verification and rejects updates on locked memories.
Instructions
Update memory content by ID. Rejects if memory is locked. Ownership enforced when agent_id provided.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | New content for the memory | |
| agent_id | No | Agent ID for ownership verification | |
| memory_id | Yes | Memory ID to update |