BingGroundingToolCallOutput(String, ToolCallStatus) Constructor

Definition

Initializes a new instance of BingGroundingToolCallOutput.

public BingGroundingToolCallOutput(string callId, Azure.AI.Extensions.OpenAI.ToolCallStatus status);
new Azure.AI.Extensions.OpenAI.BingGroundingToolCallOutput : string * Azure.AI.Extensions.OpenAI.ToolCallStatus -> Azure.AI.Extensions.OpenAI.BingGroundingToolCallOutput
Public Sub New (callId As String, status As ToolCallStatus)

Parameters

callId
String

The unique ID of the tool call generated by the model.

status
ToolCallStatus

The status of the tool call.

Exceptions

callId is null.

Applies to