get_chunk
Get the complete content of a document chunk using its document and chunk IDs from previous search results.
Instructions
Get the full content of a specific document chunk. Use after search_docs to read more context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | Document ID from search results | |
| chunk_id | Yes | Chunk ID from search results |