Skip to main content

TextStream

Type Alias TextStream 

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

Stream of text chunks from LLM

Aliased Typeยง

pub struct TextStream { /* private fields */ }