pub type LLMStream = Pin<Box<dyn Stream<Item = Result<StreamEvent>> + Send>>;
Type alias for a boxed streaming response.
pub struct LLMStream { /* private fields */ }