memo_evidence_pack
Retrieve cited evidence for any question, or explicitly abstain when retrieval coverage is insufficient.
Instructions
Return bounded, cited evidence for a question, or an explicit abstention.
Read-only, no side effects. Every snippet carries a memo:// citation;
when retrieval coverage stays under min_coverage the result is an
explicit abstention, never a fabricated answer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| k | No | Maximum candidate memories to retrieve (clamped to 1-50). | |
| type | No | Restrict evidence to one memory type (e.g. 'decision', 'fact'); None searches every type. | |
| as_of | No | ISO date/datetime for time-travel: only memories valid at that moment are considered. | |
| question | Yes | Natural-language question to collect cited evidence for. | |
| max_chars | No | Character budget for the packed evidence text. | |
| min_coverage | No | Minimum retrieval coverage (0-1) required to answer; below it the pack abstains explicitly. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||