Skip to main content

ChatStream

Type Alias ChatStream 

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

Type alias for boxed stream

Aliased Typeยง

pub struct ChatStream { /* private fields */ }