AgentInvokeOptions Constructors
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.
Overloads
| AgentInvokeOptions() |
Initializes a new instance of the AgentInvokeOptions class. |
| AgentInvokeOptions(AgentInvokeOptions) |
Initializes a new instance of the AgentInvokeOptions class by cloning the provided options. |
AgentInvokeOptions()
Initializes a new instance of the AgentInvokeOptions class.
public AgentInvokeOptions();
Public Sub New ()
Applies to
AgentInvokeOptions(AgentInvokeOptions)
Initializes a new instance of the AgentInvokeOptions class by cloning the provided options.
public AgentInvokeOptions(Microsoft.SemanticKernel.Agents.AgentInvokeOptions options);
new Microsoft.SemanticKernel.Agents.AgentInvokeOptions : Microsoft.SemanticKernel.Agents.AgentInvokeOptions -> Microsoft.SemanticKernel.Agents.AgentInvokeOptions
Public Sub New (options As AgentInvokeOptions)
Parameters
- options
- AgentInvokeOptions
The options to clone.