Skip to main content

Module stream

Module stream 

Source
Expand description

Streaming text types for progressive message delivery.

Structs§

StreamOptions
Options that control how streamed text is posted and updated.

Functions§

fallback_stream
Stream text progressively using a post-then-edit loop.

Type Aliases§

TextStream
A stream of text chunks from an async source (e.g. an LLM response).