Skip to main content

ChatStream

Type Alias ChatStream 

Source
pub type ChatStream = Pin<Box<dyn Stream<Item = Result<StreamDelta, LlmError>> + Send>>;
Expand description

A boxed async stream of StreamDelta items, the unified streaming output across every provider.

Aliased Type§

pub struct ChatStream { /* private fields */ }