pub type ChatStream = Pin<Box<dyn Stream<Item = Result<ChatCompletion, LlmError>> + Send>>;
Type alias for boxed stream
pub struct ChatStream { /* private fields */ }