ResponseEventStream.AddOutputItemLocalShellCallOutput Method

Definition

Creates a local shell call output result scope with the next output index and an auto-generated item ID.

public virtual Azure.AI.AgentServer.Responses.OutputItemBuilder<Azure.AI.AgentServer.Responses.Models.OutputItemLocalShellToolCallOutput> AddOutputItemLocalShellCallOutput();
abstract member AddOutputItemLocalShellCallOutput : unit -> Azure.AI.AgentServer.Responses.OutputItemBuilder<Azure.AI.AgentServer.Responses.Models.OutputItemLocalShellToolCallOutput>
override this.AddOutputItemLocalShellCallOutput : unit -> Azure.AI.AgentServer.Responses.OutputItemBuilder<Azure.AI.AgentServer.Responses.Models.OutputItemLocalShellToolCallOutput>
Public Overridable Function AddOutputItemLocalShellCallOutput () As OutputItemBuilder(Of OutputItemLocalShellToolCallOutput)

Returns

A new OutputItemBuilder<T> for the local shell call output result.

Applies to