Read File
localnest_read_fileRead a specified chunk of a file and return it with line numbers. Specify start and end lines to focus on relevant sections.
Instructions
Read a bounded chunk of a file with line numbers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| start_line | No | ||
| end_line | No | ||
| response_format | No | json |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| meta | Yes |