fileassist_get_file_content
ChatGPTRetrieves the contents of a file that the authenticated user is authorized to access. Supports documents, PDFs, spreadsheets, text files, images, and other supported file formats. When it should be used • View the contents of a file • Analyze a document • Extract information from stored files • Process file data for downstream workflows • Retrieve content needed for summarization or analysis Example Input { "file_path": "/HR/Employee_Handbook.pdf" } Example Output { "file_path": "/HR/Employee_Handbook.pdf", "mime_type": "application/pdf", "content": "Welcome to the company..." }






