Documentation Index
Fetch the complete documentation index at: https://docs.squared.ai/llms.txt
Use this file to discover all available pages before exploring further.
🚀 Features
- File input for AI workflows
You can now attach files directly to AI workflows using the new File Input component. This allows workflows to process document content as context for AI reasoning.
- Upload up to 2 static files per workflow for persistent context across all executions
- Enable end-user file uploads during chat sessions with the
allow_uploadstoggle - Supports 12 file types: CSV, DOC, DOCX, ODS, ODT, PDF, RTF, SQL, TSV, TXT, XLS, and XLSX
- Maximum file size of 50 MB per file
- File content is automatically parsed, truncated to a token limit, and injected as text into downstream workflow components
- Session-scoped files are automatically cleaned up when chat sessions expire
- File uploads appear in chat history for easy reference