memory_delete_fact
Remove a specific fact from AION's long-term memory using its ID. First list existing facts with memory_get_facts to find the ID, then delete.
Instructions
Delete a fact from AION's long-term memory by its ID. Use memory_get_facts first to find the ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The integer ID of the fact to delete |