Skip to main content

ChatStream

Type Alias ChatStream 

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

A boxed stream of streaming chat updates.

Aliased Typeยง

pub struct ChatStream { /* private fields */ }