AgentModeProviderOptions.Modes Property

Definition

Gets or sets the list of available modes the agent can operate in.

public System.Collections.Generic.IReadOnlyList<Microsoft.Agents.AI.AgentModeProviderOptions.AgentMode>? Modes { get; set; }
member this.Modes : System.Collections.Generic.IReadOnlyList<Microsoft.Agents.AI.AgentModeProviderOptions.AgentMode> with get, set
Public Property Modes As IReadOnlyList(Of AgentModeProviderOptions.AgentMode)

Property Value

When null (the default), the provider uses two built-in modes: "plan" (interactive planning) and "execute" (autonomous execution).

Applies to