AiWorkflowExecutionMode
Enterprise
description
Execution modes that determine the AI processing approach and depth:
- AUTO: Automatically determine the best execution mode
- FAST: Quick processing with basic analysis (fastest)
- THINK_LONGER: Extended processing with deeper analysis (balanced)
- DEEP_RESEARCH: Comprehensive research with thorough analysis (most detailed)
enum AiWorkflowExecutionMode {
AUTO
FAST
THINK_LONGER
DEEP_RESEARCH
}