BingGroundingToolCallOutput(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 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.