KernelPlugin.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 this plugin.
public System.Collections.Generic.IList<Microsoft.SemanticKernel.KernelFunctionMetadata> GetFunctionsMetadata ();
member this.GetFunctionsMetadata : unit -> System.Collections.Generic.IList<Microsoft.SemanticKernel.KernelFunctionMetadata>
Public Function GetFunctionsMetadata () As IList(Of KernelFunctionMetadata)
Returns
A list of metadata over every function in this plugin.