pub type LlmEventStream = Pin<Box<dyn Stream<Item = Result<ChatStreamEvent, Error>> + Send>>;
Boxed stream of LLM chat events.
pub struct LlmEventStream { /* private fields */ }