Verify claims against evidence
jev_verifyCheck claims against cited evidence to get verified, contradicted, or unsupported verdicts with confidence scores, flagging items that need 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. |