MemoryCommandToolCallOutput(String, ToolCallStatus) Constructor

Definition

Initializes a new instance of MemoryCommandToolCallOutput.

public MemoryCommandToolCallOutput(string callId, Azure.AI.Extensions.OpenAI.ToolCallStatus status);
new Azure.AI.Extensions.OpenAI.MemoryCommandToolCallOutput : string * Azure.AI.Extensions.OpenAI.ToolCallStatus -> Azure.AI.Extensions.OpenAI.MemoryCommandToolCallOutput
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