KernelPluginExtensions.GetFunctionsMetadata Method
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.
Gets a collection of KernelFunctionMetadata instances, one for every function in every plugin in the plugins collection.
public static System.Collections.Generic.IList<Microsoft.SemanticKernel.KernelFunctionMetadata> GetFunctionsMetadata (this System.Collections.Generic.IEnumerable<Microsoft.SemanticKernel.KernelPlugin> plugins);
static member GetFunctionsMetadata : seq<Microsoft.SemanticKernel.KernelPlugin> -> System.Collections.Generic.IList<Microsoft.SemanticKernel.KernelFunctionMetadata>
<Extension()>
Public Function GetFunctionsMetadata (plugins As IEnumerable(Of KernelPlugin)) As IList(Of KernelFunctionMetadata)
Parameters
- plugins
- IEnumerable<KernelPlugin>
The plugins collection.
Returns
A list of metadata over every function in the plugins collection