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
}
Values
AiWorkflowExecutionMode.AUTO
AiWorkflowExecutionMode.FAST
AiWorkflowExecutionMode.THINK_LONGER
AiWorkflowExecutionMode.DEEP_RESEARCH
Member Of
AiWorkflow object ● AiWorkflowsFilterInput input