get_reading_unit
Retrieve a specific text segment from a reading unit by providing material ID and unit locator, with optional offset and character limits for targeted study access.
Instructions
Read a bounded text slice from one reading unit
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| offset | No | Character offset; default 0 | |
| locator | Yes | One-based unit locator | |
| max_chars | No | Maximum characters; max 24000 | |
| material_id | Yes | Reading material ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | 原始 DeepTutor 工具返回值;其具体字段由对应 DeepTutor API 决定。 |