ResponseEventStream.AddOutputItemApplyPatchCall Method

Definition

Creates an apply-patch 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.OutputItemApplyPatchToolCall> AddOutputItemApplyPatchCall();
abstract member AddOutputItemApplyPatchCall : unit -> Azure.AI.AgentServer.Responses.OutputItemBuilder<Azure.AI.AgentServer.Responses.Models.OutputItemApplyPatchToolCall>
override this.AddOutputItemApplyPatchCall : unit -> Azure.AI.AgentServer.Responses.OutputItemBuilder<Azure.AI.AgentServer.Responses.Models.OutputItemApplyPatchToolCall>
Public Overridable Function AddOutputItemApplyPatchCall () As OutputItemBuilder(Of OutputItemApplyPatchToolCall)

Returns

A new OutputItemBuilder<T> for the apply-patch call output item.

Applies to