你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CreateResponseRequest.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