grounded_check
Check if claims are supported by supplied source texts. Returns per-claim grounding verdicts, coverage, and best-matching passages for deterministic pre-review.
Instructions
Check whether a caller-supplied corpus of source texts lexically supports each claim. Use when you have claims plus the full text of the sources they should rest on and need a deterministic grounded/weakly_grounded/ungrounded verdict per claim before human review. Pass request_json matching grounded-check-request.schema.json (claims with claim_id/claim_text and optional verbatim quotes, corpus documents with corpus_id/text). Returns per-claim grounding status, coverage, best-matching passage, unmatched numeric values, quote checks, and owner actions. Local-text only: no outbound requests, no source discovery, no source-reliability scoring, and no factual-truth verification — grounding in a wrong corpus does not make a claim true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request_json | Yes | Grounded-check request: claims (claim_id, claim_text, optional quotes) plus corpus documents (corpus_id, text). |