CustomToolParam(String) Constructor

Definition

Initializes a new instance of CustomToolParam.

public CustomToolParam(string name);
new Azure.AI.AgentServer.Responses.Models.CustomToolParam : string -> Azure.AI.AgentServer.Responses.Models.CustomToolParam
Public Sub New (name As String)

Parameters

name
String

The name of the custom tool, used to identify it in tool calls.

Exceptions

name is null.

Applies to