Semantic Kernel JavaScript
    Preparing search index...

    Type Alias MapKernelPlugin

    MapKernelPlugin: BaseKernelPlugin & { functions: Map<string, KernelFunction> }

    MapKernelPlugin represents a plugin that contains a map of functions. This type is the internal representation of a plugin in KernelPlugins.