claim_check
Verify a statement against long-term memory and receive matching hits, contradicting anti-hits, and a freshness verdict in a single call.
Instructions
Check a claim (e.g. 'X is not done') against memory. Returns hits + anti_hits + a freshness verdict in one call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cue | Yes | The claim to check, e.g. 'the dashboard is not built yet'. | |
| session_id | No | Current session id; gets written into provenance. Omit to use '-'. | |
| budget_tokens | No | Soft token budget for the underlying recall (default 1500). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hits | No | ||
| _source | No | ||
| verdict | No | ||
| anti_hits | No | ||
| verdict_reason | No |