ItemCustomToolCall(String, String, String) Constructor

Definition

Initializes a new instance of ItemCustomToolCall.

public ItemCustomToolCall(string callId, string name, string input);
new Azure.AI.AgentServer.Responses.Models.ItemCustomToolCall : string * string * string -> Azure.AI.AgentServer.Responses.Models.ItemCustomToolCall
Public Sub New (callId As String, name As String, input As String)

Parameters

callId
String

An identifier used to map this custom tool call to a tool call output.

name
String

The name of the custom tool being called.

input
String

The input for the custom tool call generated by the model.

Exceptions

callId, name or input is null.

Applies to