verify_claim
Checks any claim or AI-generated reasoning through adversarial multi-model verification, returning ALLOW or HOLD with a signed attestation to support high-stakes decisions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| claim | Yes | The claim or AI-generated reasoning to verify. Can be a statement, decision, analysis, or any text that needs adversarial verification. | |
| speed | No | Verification depth. fast=$0.008 (2 models), standard=$0.02 (4 models), deep=$0.08 (5+ models). Default: standard | |
| domain | No | Domain context for specialized verification. Default: general | |
| stakeLevel | No | Risk level — higher stakes trigger more thorough verification. Default: medium |