soft_forget
Expire short-term memories early to hide them from search and list, while retaining them for audit. Use to clean up irrelevant or incorrect data.
Instructions
Expire short-term memories in demo.memories early without permanently deleting them. Marked memories become invisible to search and list operations but remain in the database for audit purposes. Use this to clean up irrelevant or incorrect short-term memories before their natural expiration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Array of short-term memory UUIDs to expire. Up to 50 at a time. | |
| reason | No | Brief explanation of why these memories are being forgotten (for audit trail) | |
| forgotten_at | No | Custom expiration timestamp in ISO 8601 format. Defaults to now if omitted. |