Explain XMemo memory
explain_memoryProvides explanations for why memories were saved or retrieved, clarifying query matches and memory existence.
Instructions
Explain why a memory exists or matched a query. Call this when the user asks why something was saved or why it was retrieved.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Natural-language question or search text. | |
| memory_id | Yes | Exact XMemo memory reference shown by search or recall. | |
| output_json | No | Return a machine-readable JSON response instead of a human-readable summary. | |
| include_embedding | No | Whether to include embedding/vector metadata in the returned explanation. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |