ResponseEventStream.AddOutputItemComputerCallOutput Method

Definition

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

Returns

A new OutputItemBuilder<T> for the computer tool call output result.

Applies to