Skip to main content

StreamResult

Type Alias StreamResult 

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

Type alias for streaming response

Aliased Typeยง

pub struct StreamResult { /* private fields */ }