LlmEventStream

Type Alias LlmEventStream 

Source
pub type LlmEventStream = Pin<Box<dyn Stream<Item = Result<ChatStreamEvent, Error>> + Send>>;
Expand description

Boxed stream of LLM chat events.

Aliased Typeยง

pub struct LlmEventStream { /* private fields */ }