Share via


FlowOrchestratorConfig Class

Definition

Configuration for flow planner instances.

public sealed class FlowOrchestratorConfig
type FlowOrchestratorConfig = class
Public NotInheritable Class FlowOrchestratorConfig
Inheritance
FlowOrchestratorConfig

Constructors

FlowOrchestratorConfig()

Properties

AIRequestSettings

Optional. The AI request settings for the ReAct engine.

AIServiceIds

Optional. The allowed AI service id for the React engine.

EnableAutoTermination

When this is enabled, the flow will be terminated automatically if ReAct engine has exhausted available plugins.

ExcludedFunctions

A list of functions to exclude from the plan creation request.

ExcludedPlugins

A list of plugins to exclude from the plan creation request.

MaxStepIterations

The maximum number of iterations to allow for a step.

MaxTokens

The maximum number of tokens to allow in a plan.

MaxVariableLength

The maximum length of a string variable.

MinIterationTimeMs

The minimum time to wait between iterations in milliseconds.

ReActPromptTemplateConfig

Optional. The prompt template configuration override for the ReAct engine.

Applies to