ResponseEventStream.AddOutputItemApplyPatchCallOutput Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an apply-patch 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.OutputItemApplyPatchToolCallOutput> AddOutputItemApplyPatchCallOutput();
abstract member AddOutputItemApplyPatchCallOutput : unit -> Azure.AI.AgentServer.Responses.OutputItemBuilder<Azure.AI.AgentServer.Responses.Models.OutputItemApplyPatchToolCallOutput>
override this.AddOutputItemApplyPatchCallOutput : unit -> Azure.AI.AgentServer.Responses.OutputItemBuilder<Azure.AI.AgentServer.Responses.Models.OutputItemApplyPatchToolCallOutput>
Public Overridable Function AddOutputItemApplyPatchCallOutput () As OutputItemBuilder(Of OutputItemApplyPatchToolCallOutput)
Returns
A new OutputItemBuilder<T> for the apply-patch call output result.