AgentModeProvider(AgentModeProviderOptions) Constructor
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.
Initializes a new instance of the AgentModeProvider class.
public AgentModeProvider(Microsoft.Agents.AI.AgentModeProviderOptions? options = default);
new Microsoft.Agents.AI.AgentModeProvider : Microsoft.Agents.AI.AgentModeProviderOptions -> Microsoft.Agents.AI.AgentModeProvider
Public Sub New (Optional options As AgentModeProviderOptions = Nothing)
Parameters
- options
- AgentModeProviderOptions
Optional settings that control provider behavior. When null, defaults are used.