Ask a question to get started
Enter to send•Shift+Enter new line
upload_files( self, files: list[tuple[str, bytes]], ) -> list
files
list[tuple[str, bytes]]
Upload multiple files to the sandbox.
This API is designed to allow developers to use it either directly or by exposing it to LLMs via custom tools.
List of (path, content) tuples to upload.