Share via


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