sassy_read_file
Read file contents with line-based pagination. Specify offset to start from a line, use negative offset to tail the last lines, and set length to limit output.
Instructions
Read file contents with line-based pagination.
offset >= 0 : start from that line (0-based) offset < 0 : read last N lines (tail) length : max lines to return (ignored when offset < 0)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| length | No | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |