KernelPlugin.Item[String] Property
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 the function in the plugin with the specified name.
public Microsoft.SemanticKernel.KernelFunction this[string functionName] { get; }
member this.Item(string) : Microsoft.SemanticKernel.KernelFunction
Default Public ReadOnly Property Item(functionName As String) As KernelFunction
Parameters
- functionName
- String
The name of the function.
Property Value
The function.
Exceptions
The plugin does not contain a function with the specified name.