ToolSearchCallItemParam(EmptyModelParam) 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 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.