Read a line range
read_linesRead specific line ranges from a file, reducing context usage by avoiding whole-file reads.
Instructions
Read only lines [start..end] (1-indexed, inclusive) of a file. Cheaper than the whole file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | ||
| path | Yes | ||
| start | Yes |