ResponseEventStream.AddOutputItemCustomToolCallOutput Method

Definition

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

Returns

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

Applies to