forget_memory
Delete a specific memory record by its unique ID to remove outdated or irrelevant information from the agent's long-term memory.
Instructions
Deletes a specific memory record by its unique ID.
Args: memory_id: The UUID of the memory record to remove.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memory_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |