PromptExecutionSettings.FunctionChoiceBehavior 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 or sets the behavior defining the way functions are chosen by LLM and how they are invoked by AI connectors.
[System.Text.Json.Serialization.JsonPropertyName("function_choice_behavior")]
public Microsoft.SemanticKernel.FunctionChoiceBehavior? FunctionChoiceBehavior { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("function_choice_behavior")>]
member this.FunctionChoiceBehavior : Microsoft.SemanticKernel.FunctionChoiceBehavior with get, set
Public Property FunctionChoiceBehavior As FunctionChoiceBehavior
Property Value
- Attributes