verify_claim
Score whether a stored index passage supports a claim. Pass id from a search cite, or source plus doc. Loads the stored excerpt then returns noul 0-1, skipped if the judge is unavailable, or no_passage if the index has no excerpt. Not a live web fetch. The judge is not a source.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Vectorize id from a search cite. | |
| doc | No | Document id when id is omitted (with source). | |
| claim | Yes | Claim to score against the stored excerpt. | |
| source | No | Corpus source when id is omitted (with doc). |