Users are able to upload files during a conversation with an agent. This feature is useful when users need to share files with agents or with human operators.Documentation Index
Fetch the complete documentation index at: https://docs.sonian.ai/llms.txt
Use this file to discover all available pages before exploring further.
Files uploaded during a conversation are not accessible to other
conversations. To extend the Agent’s knowledge for all conversations, use a
Datastore instead.
Agents are able to process the following file types:
- text/csv
- text/plain
- text/markdown
- application/pdf
- application/json
- application/vnd.openxmlformats-officedocument.presentationml.presentation
- application/vnd.openxmlformats-officedocument.wordprocessingml.document
- application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
- image/png (Vision compatible model like GPT-4-Turbo or Claude 3 required)
- image/jpeg (Vision compatible model like GPT-4-Turbo or Claude 3 required)
- image/gif (Vision compatible model like GPT-4-Turbo or Claude 3 required)
- image/webp (Vision compatible model like GPT-4-Turbo or Claude 3 required)
