read_knowledge_file
Retrieve a bounded slice of original text from a knowledge base file to inspect source material directly, without answer generation. Use filename, offset, and max_chars to access the exact passage.
Instructions
Read a bounded original text slice from a knowledge base file; no DeepTutor answer generation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| offset | No | Character offset; default 0 | |
| kb_name | Yes | Knowledge base name | |
| filename | Yes | File path from list_knowledge_files | |
| max_chars | No | Maximum characters; max 24000 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | 原始 DeepTutor 工具返回值;其具体字段由对应 DeepTutor API 决定。 |