ResponseEventStream.AddOutputItemComputerCall Method

Definition

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

Returns

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

Applies to