lore_forget
Soft-delete memories by ID to exclude them from future searches while keeping the data reversible at the database level.
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 |
|---|---|---|---|
| reason | No | Why this memory is being forgotten. One of: ``"duplicate"``, ``"hallucinated"``, ``"outdated"``, ``"expired"``, ``"unspecified"``. | unspecified |
| memory_ids | Yes | List of lore_ids to forget. Must not be empty. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||