CopilotAgentPluginKernelExtensions 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 extension methods for the Kernel class related to OpenAPI functionality.
public static class CopilotAgentPluginKernelExtensions
type CopilotAgentPluginKernelExtensions = class
Public Module CopilotAgentPluginKernelExtensions
- Inheritance
-
CopilotAgentPluginKernelExtensions
Methods
| CreatePluginFromCopilotAgentPluginAsync(Kernel, String, String, CopilotAgentPluginParameters, CancellationToken) |
Creates a kernel plugin from an Copilot Agent Plugin file asynchronously. |
| ImportPluginFromCopilotAgentPluginAsync(Kernel, String, String, CopilotAgentPluginParameters, CancellationToken) |
Imports a plugin from an Copilot Agent Plugin asynchronously. |