Share via


AgentRunOptions Class

Definition

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.

Applies to