ExtensionsOpenAIModelFactory.MemoryCommandToolCallOutput Method

Definition

The output of a memory command tool call.

public static Azure.AI.Extensions.OpenAI.MemoryCommandToolCallOutput MemoryCommandToolCallOutput(string id = default, Azure.AI.Extensions.OpenAI.AgentReference agentReference = default, string responseId = default, string callId = default, Azure.AI.Extensions.OpenAI.ToolCallStatus status = Azure.AI.Extensions.OpenAI.ToolCallStatus.InProgress);
static member MemoryCommandToolCallOutput : string * Azure.AI.Extensions.OpenAI.AgentReference * string * string * Azure.AI.Extensions.OpenAI.ToolCallStatus -> Azure.AI.Extensions.OpenAI.MemoryCommandToolCallOutput
Public Shared Function MemoryCommandToolCallOutput (Optional id As String = Nothing, Optional agentReference As AgentReference = Nothing, Optional responseId As String = Nothing, Optional callId As String = Nothing, Optional status As ToolCallStatus = Azure.AI.Extensions.OpenAI.ToolCallStatus.InProgress) As MemoryCommandToolCallOutput

Parameters

id
String
agentReference
AgentReference

The agent that created the item.

responseId
String

The response on which the item is created.

callId
String

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

status
ToolCallStatus

The status of the tool call.

Returns

A new MemoryCommandToolCallOutput instance for mocking.

Applies to