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