verify_quotes
Check quoted fragments against source text to catch citation drift or misquoted snippets. Provide an evidence pack and optional source texts to verify presence and identify missing sources.
Instructions
Check whether quoted fragments from an evidence pack appear in caller-provided source text. Use when you have local excerpts and need to catch citation drift or misquoted snippets. 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 containing evidence IDs and quote fragments to check. |