Share via


Response.Tools Property

Definition

An array of tools the model may call while generating a response. You can specify which tool to use by setting the tool_choice parameter.

The two categories of tools you can provide the model are:

public System.Collections.Generic.IReadOnlyList<Azure.AI.AgentServer.Contracts.Generated.OpenAI.Tool> Tools { get; }
member this.Tools : System.Collections.Generic.IReadOnlyList<Azure.AI.AgentServer.Contracts.Generated.OpenAI.Tool>
Public ReadOnly Property Tools As IReadOnlyList(Of Tool)

Property Value

Applies to