OpenApiToolCall(String, String, String, ToolCallStatus) 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 OpenApiToolCall.
public OpenApiToolCall(string callId, string name, string arguments, Azure.AI.Extensions.OpenAI.ToolCallStatus status);
new Azure.AI.Extensions.OpenAI.OpenApiToolCall : string * string * string * Azure.AI.Extensions.OpenAI.ToolCallStatus -> Azure.AI.Extensions.OpenAI.OpenApiToolCall
Public Sub New (callId As String, name As String, arguments As String, status As ToolCallStatus)
Parameters
- callId
- String
The unique ID of the tool call generated by the model.
- name
- String
The name of the OpenAPI operation being called.
- arguments
- String
A JSON string of the arguments to pass to the tool.
- status
- ToolCallStatus
The status of the tool call.
Exceptions
callId, name or arguments is null.