purge_memory
Permanently delete a memory and its history from the database. Requires explicit user confirmation with the exact memory ID to prevent accidental data loss.
Instructions
PERMANENTLY delete a memory + its edit history + relations. Irreversible.
Use forget() instead unless the user explicitly asked to permanently remove data -- forget() is reversible (archived, content kept), this is not. Guardrail: confirm_phrase must exactly equal "DELETE ", typed by the user in their own message. Do not construct this string yourself from an inferred "yes"/"confirm" -- it must come from the user actually stating the uid back.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | Yes | ||
| confirm_phrase | Yes |