Skip to main content

Module accumulator

Module accumulator 

Source
Expand description

Streaming accumulator for text and tool calls.

Maintains state for accumulating streaming deltas from provider into complete assistant messages and tool calls.

Structsยง

StreamAccumulator
Accumulates streaming deltas from a provider into a complete assistant message and zero or more tool calls. Tracks both text content and partial tool call arguments until all deltas are received.