sage_forget
Deprecate a memory by ID when no replacement is needed. For corrections, replace the memory instead of calling this first.
Instructions
Deprecate a memory by ID when no replacement is needed. For corrections, never call this first; call sage_remember with replaces_memory_id so the replacement is committed before the old memory is challenged.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | No | Reason for deprecation | |
| memory_id | Yes | The memory ID to deprecate |