find_citation
Locates the exact verbatim passage in a source document that supports a given claim, or returns NOT_FOUND if no direct match exists. Provides deterministic decision support without inventing text.
Instructions
Return the exact verbatim text in the source that supports a claim, or NOT_FOUND. Never invents text. Deterministic. Decision-support only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| claim | Yes | ||
| source_text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| citation | Yes | The result of grounding a claim. ``found=False`` is the NOT_FOUND outcome: the system could not locate verbatim support and refuses to invent any. There is no path that substitutes model text for a real span. | |
| disclaimer | No | DECISION-SUPPORT ONLY — NOT LEGAL ADVICE. This tool applies a deliberately simplified, non-proprietary ruleset to synthetic data and can be wrong. A qualified solicitor must independently verify any real break-clause decision. |