pub type ChatStream = Pin<Box<dyn Stream<Item = Result<ChatCompletionChunk, LLMError>> + Send>>;
流式响应类型
pub struct ChatStream { /* private fields */ }