FunctionChoiceBehavior.GetFunctions 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.
Returns functions AI connector should provide to the AI model.
protected System.Collections.Generic.IReadOnlyList<Microsoft.SemanticKernel.KernelFunction>? GetFunctions (System.Collections.Generic.IList<string>? functionFQNs, Microsoft.SemanticKernel.Kernel? kernel, bool autoInvoke);
member this.GetFunctions : System.Collections.Generic.IList<string> * Microsoft.SemanticKernel.Kernel * bool -> System.Collections.Generic.IReadOnlyList<Microsoft.SemanticKernel.KernelFunction>
Protected Function GetFunctions (functionFQNs As IList(Of String), kernel As Kernel, autoInvoke As Boolean) As IReadOnlyList(Of KernelFunction)
Parameters
- autoInvoke
- Boolean
Indicates whether the functions should be automatically invoked by the AI connector.
Returns
The configuration.