verify
Check a draft text against a source of truth and list any unsupported factual claims with details. Identifies claims that require revision.
Instructions
Check a DRAFT text against a SOURCE (the source of truth) and report every factual claim the source does not support.
Args: source: The trusted reference text — the source of truth to check against. draft: The text to verify (e.g. a summary, answer, or generated document).
Returns a JSON string: {"passed": bool, "failures": [{"claim", "reason", "source_fact_checked", "category", "severity"}], "mode": "api"|"sampling"}. passed is true only when no unsupported claims were found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| draft | Yes | ||
| source | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |