cite
Convert a stored web page's text span into a verifiable citation. Validates page presence and character offsets, then records the exact text as an evidence entry.
Instructions
Convert an inspected span of a stored page into a citation. Validates that the page is stored and 0 <= start < end <= len(text) within the length cap, records the verbatim span as an EvidenceEntry, and returns it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| span | Yes | Character offsets into page.text. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||