Response.MaxToolCalls 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.
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)