read_file
Read text files from the Genkai supercomputer filesystem, restricted to the work directory, returning file content, truncation status, and size in bytes.
Instructions
Read a text file from the Genkai filesystem.
Only files within work_dir are accessible. Returns {content, truncated, size_bytes}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| max_bytes | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||