pub type StreamResult = Pin<Box<dyn Stream<Item = Result<StreamChunk, LLMError>> + Send>>;
Type alias for streaming response
pub struct StreamResult { /* private fields */ }