Share via


RequiredFunctionChoiceBehavior.Options Property

Definition

The behavior options.

[System.Text.Json.Serialization.JsonPropertyName("options")]
public Microsoft.SemanticKernel.FunctionChoiceBehaviorOptions? Options { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("options")>]
member this.Options : Microsoft.SemanticKernel.FunctionChoiceBehaviorOptions with get, set
Public Property Options As FunctionChoiceBehaviorOptions

Property Value

Attributes

Applies to