RequiredFunctionChoiceBehavior.Functions 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.
Fully qualified names of the functions to provide to AI model. If null, all Kernel's plugins' functions are provided to the model. If empty, no functions are provided to the model, which is equivalent to disabling function calling.
[System.Text.Json.Serialization.JsonPropertyName("functions")]
public System.Collections.Generic.IList<string>? Functions { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("functions")>]
member this.Functions : System.Collections.Generic.IList<string> with get, set
Public Property Functions As IList(Of String)
Property Value
- Attributes