ResponseEventStream.OutputItemApplyPatchCallOutput 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.
Convenience generator that yields the complete apply-patch tool call output lifecycle.
Apply-patch call outputs have no intermediate events — only output_item.added and
output_item.done.
public System.Collections.Generic.IEnumerable<Azure.AI.AgentServer.Responses.Models.ResponseStreamEvent> OutputItemApplyPatchCallOutput(string callId, Azure.AI.AgentServer.Responses.Models.ApplyPatchCallOutputStatus status);
member this.OutputItemApplyPatchCallOutput : string * Azure.AI.AgentServer.Responses.Models.ApplyPatchCallOutputStatus -> seq<Azure.AI.AgentServer.Responses.Models.ResponseStreamEvent>
Public Iterator Function OutputItemApplyPatchCallOutput (callId As String, status As ApplyPatchCallOutputStatus) As IEnumerable(Of ResponseStreamEvent)
Parameters
- callId
- String
The call ID of the apply-patch call this output is for.
- status
- ApplyPatchCallOutputStatus
The output status.
Returns
An enumerable of events: output_item.added → output_item.done.