MemoryCommandToolCall(String, String, ToolCallStatus) Constructor

Definition

Initializes a new instance of MemoryCommandToolCall.

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

Parameters

callId
String

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

arguments
String

A JSON string of the arguments to pass to the tool, including action (remember or forget) and content.

status
ToolCallStatus

The status of the tool call.

Exceptions

callId or arguments is null.

Applies to