Ask a question to get started
Enter to send•Shift+Enter new line
Upload multiple files to the store.
Binary files (images, PDFs, etc.) are stored as base64-encoded strings. Text files are stored as utf-8 strings.
upload_files( self, files: list[tuple[str, bytes]], ) -> list[FileUploadResponse]
files
list[tuple[str, bytes]]
List of (path, content) tuples where content is bytes.