read_file
Access file contents from an isolated sandbox environment. Supply the absolute path to retrieve the data.
Instructions
Read a file from the sandbox.
Args: path: Absolute path to read (e.g., /workspace/output.txt) sandbox: Named sandbox to use (default "default")
Returns: File contents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| sandbox | No | default |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |