buy_verified_burst
Resolve critical decisions with verifiable certainty. Only pay when the answer passes a quality check, using best-of-N sampling and self-consistency verification.
Instructions
Buy a verified inference burst at a hard/irreversible/low-confidence decision. Escalates to fast silicon, samples best-of-N, gates the answer through a verifier, and charges (x402) ONLY if it passes. Returns the verified answer + a receipt. Budget-capped per agent. Use when getting it wrong is costly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | No | best-of-N sample count. | |
| request | Yes | The decision/question to resolve. | |
| strategy | No | best_of_n | |
| verifier | No | self_consistency | |
| answer_key | No | Optional ["json","<field>"] or ["regex","<pat>"] to normalize answers. |