Skip to main content

ChatStream

Type Alias ChatStream 

Source
pub type ChatStream = Pin<Box<dyn Stream<Item = Result<ChatCompletionChunk, LLMError>> + Send>>;
Expand description

流式响应类型

Aliased Type§

pub struct ChatStream { /* private fields */ }