kimi_read_file
Read a text file to retrieve its contents, with options to limit lines or start from an offset.
Instructions
Read a text file. Returns file content up to 1000 lines.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute file path to read | |
| limit | No | Max lines to read (default: 1000) | |
| offset | No | Line offset to start from (0-based) | |
| workFolder | No | Working directory (absolute path) |