Skip to main content

StreamSender

Type Alias StreamSender 

Source
pub type StreamSender = UnboundedSender<String>;
Expand description

Channel sender for streaming partial tokens during a streaming LLM call. Each String is a delta chunk (partial token) emitted by the provider.

Aliased Typeยง

pub struct StreamSender { /* private fields */ }