export interface FileInputConfigWorkflowOverride { /** When enabled, users may attach images or PDFs in chat when the LLM supports multimodal input. */ enabled?: boolean; /** Maximum number of files that can be uploaded per conversation. */ maxFilesPerConversation?: number; }