ItemCustomToolCall(String, String, String) 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 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.