Skip to main content

ChatStream

Type Alias ChatStream 

Source
pub type ChatStream = Pin<Box<dyn Stream<Item = Result<StreamEvent>> + Send + 'static>>;
Expand description

Boxed stream of normalized chat response events

Aliased Typeยง

pub struct ChatStream { /* private fields */ }