Ask a question to get started
Enter to send•Shift+Enter new line
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.
upload_files( self, files: list[tuple[str, bytes]], ) -> list[FileUploadResponse]
files
list[tuple[str, bytes]]
List of (path, content) tuples to upload.