read_file_advanced
Read files with control over encoding, byte offset, length, or line range for targeted data extraction.
Instructions
高级文件读取功能(支持多编码、部分读取等)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | 文件路径 | |
| encoding | No | 文件编码 | utf8 |
| start | No | 开始位置(字节) | |
| length | No | 读取长度(字节) | |
| lines | No | 按行读取范围 |