chat.read_knowledge_file
Fetch paginated text from a persisted knowledge file by run ID, with adjustable line limits and offsets to read specific sections.
Instructions
Read paginated text from a specific persisted per-chunk knowledge file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max lines to return (default 200, max 300) | |
| runId | Yes | Persisted knowledge run ID | |
| offset | No | 0-based line offset |