update_memory
Update a memory's content by its ID. Ownership is verified if an agent ID is provided, and locked memories are rejected.
Instructions
Update memory content by ID. Rejects if memory is locked. Ownership enforced when agent_id provided.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | No | Agent ID for ownership verification | |
| memory_id | Yes | Memory ID to update | |
| content | Yes | New content for the memory |