TodoCompletionLoopEvaluatorOptions.Modes Property

Definition

Gets or sets the set of mode names for which the evaluator drives re-invocation, or null to apply in every mode.

public System.Collections.Generic.IEnumerable<string>? Modes { get; set; }
member this.Modes : seq<string> with get, set
Public Property Modes As IEnumerable(Of String)

Property Value

Remarks

When null, the evaluator applies in every mode and no AgentModeProvider is required. When non-null it must contain at least one non-empty mode name; mode names are matched ordinally and an AgentModeProvider must be resolvable from the agent at evaluation time.

Applies to