AgentModeProviderOptions.Modes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).