campus_research_verify_evidence
Verify an excerpt's exact presence in a PDF page or section and ensure the source document hasn't changed, returning a stable evidence ID.
Instructions
Verify that a client-selected excerpt occurs in the exact PDF page or document section and, optionally, that the document SHA-256 has not changed. Returns a stable evidenceId. It verifies textual integrity only; the client AI remains responsible for judging whether the excerpt supports its claim.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| page | No | Página PDF exacta donde el cliente encontró el fragmento. | |
| format | No | auto | |
| excerpt | Yes | Fragmento atribuido a la fuente. Campus comprueba que aparezca en el texto extraído de la página o sección indicada. | |
| section | No | Número de sección exacto devuelto por campus_research_read_document. | |
| expectedSha256 | No | SHA-256 devuelto por la lectura anterior. Si el documento cambió, la evidencia se rechaza. |