ResponseEventStream.AddOutputItemLocalShellCall Method

Definition

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

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

Returns

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

Applies to