ToolSearchCallItemParam(EmptyModelParam) Constructor

Definition

Initializes a new instance of ToolSearchCallItemParam.

public ToolSearchCallItemParam(Azure.AI.AgentServer.Responses.Models.EmptyModelParam arguments);
new Azure.AI.AgentServer.Responses.Models.ToolSearchCallItemParam : Azure.AI.AgentServer.Responses.Models.EmptyModelParam -> Azure.AI.AgentServer.Responses.Models.ToolSearchCallItemParam
Public Sub New (arguments As EmptyModelParam)

Parameters

arguments
EmptyModelParam

The arguments supplied to the tool search call.

Exceptions

arguments is null.

Applies to