engram_forget
Permanently delete a memory by its id. This action is irreversible and also removes associated feedback. Use it when a memory is incorrect, outdated, or the user asks to forget it.
Instructions
Permanently delete one memory by id. Irreversible — also removes that memory's feedback rows. Returns: whether a memory with the given id was found and deleted; reports not-found without error if the id doesn't exist. Use when a memory is wrong, outdated, or the user asks you to forget it. If you're unsure, downvote with engram_feedback (helpful:false) instead of deleting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memory_id | Yes | The id of the memory to delete, as returned by engram_recall or engram_remember. |