Share via


NoneFunctionChoiceBehavior.Functions Property

Definition

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

Applies to