verify_quotes
Check if quoted fragments appear in provided source text. Returns present, absent, or missing source text—catches citation drift and misquoted snippets.
Instructions
Check whether quoted fragments appear in caller-provided source text. Use when you have local excerpts and need to catch citation drift or misquoted snippets. Accepts an evidence pack (sources/evidence items with a quote) or an evidence-audit doc with claims[].supporting_quotes; span checks carry the originating claim_id. Pass pack_json plus texts mapping evidence_id to plain text. Returns present, absent, and missing_source_text results. Local-text only: it does not make outbound requests, discover sources, score source reputation, gather news, or verify factual truth.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| texts | No | Optional mapping from evidence_id to caller-provided plain source text. | |
| pack_json | Yes | Evidence pack (evidence IDs + quote fragments) or evidence-audit doc (claims with supporting_quotes) to check. |