ExtensionsOpenAIModelFactory.OutputItemLocalShellToolCallOutput Method

Definition

Local shell call output.

public static Azure.AI.Extensions.OpenAI.OutputItemLocalShellToolCallOutput OutputItemLocalShellToolCallOutput(string id = default, Azure.AI.Extensions.OpenAI.AgentReference agentReference = default, string responseId = default, string output = default, Azure.AI.Extensions.OpenAI.ItemLocalShellToolCallOutputStatus? status = default);
static member OutputItemLocalShellToolCallOutput : string * Azure.AI.Extensions.OpenAI.AgentReference * string * string * Nullable<Azure.AI.Extensions.OpenAI.ItemLocalShellToolCallOutputStatus> -> Azure.AI.Extensions.OpenAI.OutputItemLocalShellToolCallOutput
Public Shared Function OutputItemLocalShellToolCallOutput (Optional id As String = Nothing, Optional agentReference As AgentReference = Nothing, Optional responseId As String = Nothing, Optional output As String = Nothing, Optional status As Nullable(Of ItemLocalShellToolCallOutputStatus) = Nothing) As OutputItemLocalShellToolCallOutput

Parameters

id
String
agentReference
AgentReference

The agent that created the item.

responseId
String

The response on which the item is created.

output
String

A JSON string of the output of the local shell tool call.

Returns

A new OutputItemLocalShellToolCallOutput instance for mocking.

Applies to