download_file
Retrieve file contents from a Colab runtime as base64 without using a cell execution slot. Access files via the download API for efficient transfer.
Instructions
Reads a file from the Colab runtime through Colab's /files download API and returns base64 content without consuming a notebook cell execution slot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| offset | No | ||
| maxBytes | No |