Redact Memory
redact_memoryRedact sensitive content from memories while preserving an audit trail for accountability.
Instructions
Redact sensitive content from a memory while keeping an audit trail. Call this only when the user explicitly asks to redact.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | No | Optional user-facing reason for the deletion. | |
| memory_id | Yes | Exact XMemo memory reference shown by search or recall. | |
| metadata_json | No | Optional JSON object string with extra metadata for the operation. | {} |
| replacement_content | No | Replacement text to store when redacting or replacing deleted memory content. | [REDACTED] |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |