modify_passage
Update text content in an agent's archival memory store. Use this tool to modify existing memory passages by providing the agent ID, memory ID, and new text content.
Instructions
Modify a memory in the agent's archival memory store. Use list_passages to find memory IDs. Currently only supports updating the text content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | ID of the agent whose passage to modify | |
| memory_id | Yes | ID of the passage (memory) to modify | |
| update_data | Yes | Object containing the fields to update. Currently only supports updating the 'text' field. | |
| include_embeddings | No | Whether to include the full embedding vectors in the response (default: false). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | Yes | ||
| new_text | No | ||
| passage_id | Yes |