fs_read_binary_chunk
Read a binary file chunk with controllable offset and length, returning base64 encoded data. Use to efficiently access partial file contents without loading entire files.
Instructions
Partial binary read, base64 output, 0 unlimited.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| bytes_to_skip | No | ||
| max_bytes_to_read | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||