Check a fact before relying on it
check_before_relyingCheck whether a fact can be corroborated before your task depends on it. Free, read-only, no side effects.
Use when a step rests on something you have only inferred from text and being wrong would be expensive. Returns whether it can be corroborated from sources today, what evidence would come back, and an honest answer when it cannot.
Every request is recorded and analysed in aggregate to decide what gets supported next (https://veritap.dev/terms).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deadline | No | ISO8601. When the answer stops being useful. | |
| location | No | Where the fact must be checked. | |
| claim_type | No | Optional. A claim type id from the published catalog, if you know it. | |
| callback_url | No | Optional. If this claim is not supported yet, POST here when it becomes supported. Otherwise you are told on your next call. | |
| task_context | No | The wider task this step belongs to. | |
| cost_if_wrong | No | What happens to your task if this fact is wrong: "blocks_task", "degrades_answer", or "cosmetic". | |
| claim_description | Yes | Free text. The real-world fact you need settled. Required. | |
| downstream_action | No | What you will do with the answer once you have it. | |
| budget_ceiling_usd | No | Most you would pay for this answer. Directly drives what gets built next. |