Memory Delete Fact
memory_delete_factDelete a specific fact from persistent memory using its ID when it's incorrect or outdated.
Instructions
Delete a single fact by id.
Use when the user says a stored fact is wrong or no longer applies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fact_id | Yes | Id of the fact to delete (from `memory_search`). | |
| user_id | No | Whose memory the fact belongs to. | |
| agent_name | No | Optional per-agent bucket. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||