Skip to main content

LLMStream

Type Alias LLMStream 

Source
pub type LLMStream = Pin<Box<dyn Stream<Item = Result<StreamEvent>> + Send>>;
Expand description

Type alias for a boxed streaming response.

Aliased Type§

pub struct LLMStream { /* private fields */ }