read_sandbox_file
Read text files from inside an isolated sandbox to retrieve generated output or inspect earlier writes. Long files return a marked head and tail when truncated, and the network option selects which sandbox to access.
Instructions
Read a text file from inside the sandbox.
Use it to collect a file that sandboxed code produced, or to check what an earlier
write_sandbox_file left behind. Long files come back capped as head + tail with the
elision marked, and truncated: true says so. network selects which sandbox, and a
file written to one is not visible in the other.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| network | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||