ToolSearchOutputItemParam(IEnumerable<Tool>) Constructor
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.
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.