pub type ChatStream = Pin<Box<dyn Stream<Item = Result<StreamEvent>> + Send + 'static>>;
Boxed stream of normalized chat response events
pub struct ChatStream { /* private fields */ }