Skip to content

StreamAccumulatorState

Defined in: streaming-modes.ts:31

Stream accumulator state for tracking accumulated content.

accumulated: string

Defined in: streaming-modes.ts:35

Full accumulated text so far.


chunkCount: number

Defined in: streaming-modes.ts:40

Number of chunks processed.


lastSequence: number

Defined in: streaming-modes.ts:45

Last chunk sequence number (for validation).