lexicon_read
Retrieve the complete indexed document or a specific chunk with context, converting a search result into prior knowledge for new tasks.
Instructions
Read an indexed document, or one chunk of it with surrounding context. Use after lexicon_search to expand a promising result: pass that result's path and chunk_ord.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Document path exactly as returned by lexicon_search | |
| chunk_ord | No | Chunk ordinal to centre on. Omit for the whole document. | |
| context_chunks | No | Chunks of context each side |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |