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

ChatCompletionsOptions.Tools Property

Definition

A list of tools the model may request to call. Currently, only functions are supported as a tool. The model may response with a function call request and provide the input arguments in JSON format for that function.

public System.Collections.Generic.IList<Azure.AI.Inference.ChatCompletionsToolDefinition> Tools { get; }
member this.Tools : System.Collections.Generic.IList<Azure.AI.Inference.ChatCompletionsToolDefinition>
Public ReadOnly Property Tools As IList(Of ChatCompletionsToolDefinition)

Property Value

Applies to