Skip to main content

LlmEventStream

Type Alias LlmEventStream 

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

Stream item type returned by LLM streaming executors.

Aliased Typeยง

pub struct LlmEventStream { /* private fields */ }