FunctionChoiceBehaviorOptions.AllowParallelCalls 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 whether AI model should prefer parallel function calls over sequential ones. If set to true, instructs the model to call multiple functions in one request if the model supports parallel function calls. Otherwise, it will send a request for each function call. If set to null, the AI model default value will be used.
[System.Text.Json.Serialization.JsonPropertyName("allow_parallel_calls")]
public bool? AllowParallelCalls { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("allow_parallel_calls")>]
member this.AllowParallelCalls : Nullable<bool> with get, set
Public Property AllowParallelCalls As Nullable(Of Boolean)
Property Value
- Attributes