ToolSearchOutputItemParam.Tools 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 loaded tool definitions returned by the tool search output.
public System.Collections.Generic.IList<Azure.AI.AgentServer.Responses.Models.Tool> Tools { get; }
member this.Tools : System.Collections.Generic.IList<Azure.AI.AgentServer.Responses.Models.Tool>
Public ReadOnly Property Tools As IList(Of Tool)