lore_forget
Remove memories from search results by marking them as forgotten. Specify a reason for deletion.
Instructions
Soft-delete one or more memories by ID.
Memories are marked soft_deleted=1 and excluded from future search results. This is reversible at the DB level but no undelete tool is exposed in v1.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memory_ids | Yes | List of lore_ids to forget. Must not be empty. | |
| reason | No | Why this memory is being forgotten. One of: ``"duplicate"``, ``"hallucinated"``, ``"outdated"``, ``"expired"``, ``"unspecified"``. | unspecified |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||