pub type TextStream = Pin<Box<dyn Stream<Item = LlmResult<String>> + Send>>;
Stream of text chunks from LLM
pub struct TextStream { /* private fields */ }