ToolSearchOutputItemParam(IEnumerable<Tool>) Constructor

Definition

Initializes a new instance of ToolSearchOutputItemParam.

public ToolSearchOutputItemParam(System.Collections.Generic.IEnumerable<Azure.AI.AgentServer.Responses.Models.Tool> tools);
new Azure.AI.AgentServer.Responses.Models.ToolSearchOutputItemParam : seq<Azure.AI.AgentServer.Responses.Models.Tool> -> Azure.AI.AgentServer.Responses.Models.ToolSearchOutputItemParam
Public Sub New (tools As IEnumerable(Of Tool))

Parameters

tools
IEnumerable<Tool>

The loaded tool definitions returned by the tool search output.

Exceptions

tools is null.

Applies to