Share via


ApiManifestKernelExtensions Class

Definition

Provides extension methods for the Kernel class related to OpenAPI functionality.

public static class ApiManifestKernelExtensions
type ApiManifestKernelExtensions = class
Public Module ApiManifestKernelExtensions
Inheritance
ApiManifestKernelExtensions

Methods

CreatePluginFromApiManifestAsync(Kernel, String, String, ApiManifestPluginParameters, CancellationToken)

Creates a kernel plugin from an API manifest file asynchronously.

ImportPluginFromApiManifestAsync(Kernel, String, String, ApiManifestPluginParameters, CancellationToken)

Imports a plugin from an API manifest asynchronously.

Applies to