File Uploads
Built-in
Description
Let AI access uploaded files for input and upload new ones for output.
Capabilities
-
list_uploaded_filesReturns the list of files uploaded during the chat. Provides file names, sizes, upload dates, IDs (used to read specific file) and download URLs (used to give user the download link or to fetch file via command line for arbitrary processing).
-
read_uploaded_text_fileReads the plain text content of specific uploaded file. Used to bring the file content directly into the chat. To work with binary files, they should be downloaded via URL and processed using Command Line or Computer tools.
-
upload_text_fileUploads a new text file with given name and plain text content. Used to provide the user with a text file with content provided directly via argument.
-
upload_existing_fileUploads an existing text or binary file. Used to provide the user with a file that exists locally on an instance of a hosted tool - such as Command Line, Code Interpreter or any other private or computer tool.