Skip to main content

TextStream

Type Alias TextStream 

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

流式文本响应类型

每次 yield 一个文本片段(delta content)

Aliased Type§

pub struct TextStream { /* private fields */ }