get_excerpt
Retrieve a single evidence excerpt by verifying the association of snapshot, document, and chunk IDs before returning the bounded text.
Instructions
Return one bounded evidence excerpt after verifying its snapshot, document_id, and chunk_id association.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chunk_id | Yes | A chunk_id from the selected document and snapshot. | |
| max_chars | No | ||
| library_id | Yes | A stable library_id returned by retrieval_status. | |
| document_id | Yes | A document_id from the selected snapshot. | |
| snapshot_id | Yes | A snapshot_id returned for the explicit library_id. |