verify_strict
Checks a claim against evidence with a strict threshold to abstain more readily, preventing false positives in compliance, legal, or medical-adjacent contexts.
Instructions
Same as verify_claim but with a raised abstention threshold — abstains more readily. Use when a wrong 'Supported' is costly (compliance, legal, medical-adjacent) and the agent must not over-assert.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| claim | Yes | The statement to check. | |
| evidence | Yes | The source text the claim should be supported by. |