Skip to main content

StreamEventStream

Type Alias StreamEventStream 

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

A boxed stream of LLM streaming events.

Aliased Typeยง

pub struct StreamEventStream { /* private fields */ }