download_from_sandbox
Retrieve a file from the sandbox's /tmp directory as base64-encoded content. Handles files up to 10MB.
Instructions
Read a file from the sandbox container's /tmp directory and return its base64-encoded content. Maximum file size: 10MB.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | Filename (no path separators) — read from /tmp/<filename> |