CopilotAgentPluginParameters 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.
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. |