Verify claims against evidence
jev_verifyCheck each claim against provided evidence and return a verdict: verified, contradicted, or unsupported. Includes confidence scores, probability distribution, and flags uncertain results for human review.
Instructions
Check each claim against provided evidence text with TypeSafe Jev. Returns per claim: verdict (verified | contradicted | unsupported), full probability distribution, confidence, and whether the verdict stands on its own (auto) or needs human review. Pattern: docs.typesafe.ai/cookbooks/citation_check. Pass reports, PR descriptions, or agent briefs as claims and their cited sources, diffs, or documents as evidence.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| claims | Yes | Claims to verify, e.g. individual factual statements from a report. | |
| evidence | Yes | ||
| auto_accept | No | Verdicts at or above this confidence stand automatically; below it they are flagged 'review'. Default 0.8. |