tenki_read_file
Retrieve the contents of a UTF-8 text file inside a Tenki sandbox by providing the session ID and absolute path.
Instructions
Read a UTF-8 text file from a sandbox (paths under /home/tenki).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path inside the sandbox, under /home/tenki. | |
| session_id | Yes | Sandbox session id (UUID), from tenki_create_sandbox or tenki_list_sandboxes. |