read_file
Read specific line ranges from a UTF-8 text file. Specify the file path and optional start and end lines to retrieve only the needed content, ensuring bounded and safe file access.
Instructions
Read a UTF-8 text file using a 1-based inclusive line range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| end_line | No | ||
| start_line | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |