Share via


CopilotAgentPluginParameters Class

Definition

Copilot Agent Plugin parameters.

public sealed class CopilotAgentPluginParameters
type CopilotAgentPluginParameters = class
Public NotInheritable Class CopilotAgentPluginParameters
Inheritance
CopilotAgentPluginParameters

Constructors

CopilotAgentPluginParameters()

Properties

FunctionExecutionParameters

A map of function execution parameters, where the key is the api dependency key from api manifest and the value is OpenApiFunctionExecutionParameters specific to that dependency.

HttpClient

Gets the HTTP client to be used in plugin initialization phase.

UserAgent

Gets the user agent to be used in plugin initialization phase.

Applies to