ResponseEventStream.OutputItemCompaction(String) 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 compaction output-item lifecycle.
Compaction items have no intermediate events — only output_item.added and
output_item.done.
public System.Collections.Generic.IEnumerable<Azure.AI.AgentServer.Responses.Models.ResponseStreamEvent> OutputItemCompaction(string encryptedContent);
member this.OutputItemCompaction : string -> seq<Azure.AI.AgentServer.Responses.Models.ResponseStreamEvent>
Public Iterator Function OutputItemCompaction (encryptedContent As String) As IEnumerable(Of ResponseStreamEvent)
Parameters
- encryptedContent
- String
The encrypted compaction content.
Returns
An enumerable of events: output_item.added → output_item.done.