delete_memory
Delete a specific memory from the persistent brain using its numeric ID. Permanently remove outdated or incorrect information to keep the agent's knowledge accurate.
Instructions
Permanently delete a memory from the Brain.
Args: memory_id: The numeric ID of the memory to delete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memory_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |