Forget a memory
memory_forgetDelete every stored memory whose content matches your query as a case-insensitive substring. Use it when the user corrects a stored fact or asks to forget information.
Instructions
DESTRUCTIVE. Deletes EVERY memory whose content contains the query as a case-insensitive substring — not semantic, not a single-item delete, and there is no undo. A short query deletes broadly. Use only when the user corrects a stored fact or explicitly asks you to forget something, and prefer a long distinctive phrase; check memory_state first if unsure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Text to match against memories to delete |