Ask a question to get started
Enter to send•Shift+Enter new line
Upload multiple files to the filesystem.
upload_files( self, files: list[tuple[str, bytes]], ) -> list[FileUploadResponse]
files
list[tuple[str, bytes]]
List of (path, content) tuples where content is bytes.