ResponseEventStream.AddOutputItemFunctionShellCallOutput Method

Definition

Creates a function 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.OutputItemFunctionShellCallOutput> AddOutputItemFunctionShellCallOutput();
abstract member AddOutputItemFunctionShellCallOutput : unit -> Azure.AI.AgentServer.Responses.OutputItemBuilder<Azure.AI.AgentServer.Responses.Models.OutputItemFunctionShellCallOutput>
override this.AddOutputItemFunctionShellCallOutput : unit -> Azure.AI.AgentServer.Responses.OutputItemBuilder<Azure.AI.AgentServer.Responses.Models.OutputItemFunctionShellCallOutput>
Public Overridable Function AddOutputItemFunctionShellCallOutput () As OutputItemBuilder(Of OutputItemFunctionShellCallOutput)

Returns

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

Applies to