AgentRunOptions Class
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.
Provides optional parameters and configuration settings for controlling agent run behavior.
public class AgentRunOptions
type AgentRunOptions = class
Public Class AgentRunOptions
- Inheritance
-
AgentRunOptions
- Derived
Remarks
This class currently has no options, but may be extended in the future to include additional configuration settings.
Implementations of AIAgent may provide subclasses of AgentRunOptions with additional options specific to that agent type.
Constructors
| AgentRunOptions() |
Initializes a new instance of the AgentRunOptions class. |
| AgentRunOptions(AgentRunOptions) |
Initializes a new instance of the AgentRunOptions class by copying values from the specified options. |