Share via


Response.MaxToolCalls Property

Definition

The maximum number of total calls to built-in tools that can be processed in a response. This maximum number applies across all built-in tool calls, not per individual tool. Any further attempts to call a tool by the model will be ignored.

public int? MaxToolCalls { get; }
member this.MaxToolCalls : Nullable<int>
Public ReadOnly Property MaxToolCalls As Nullable(Of Integer)

Property Value

Applies to