Skip to main content

LlmJsonStream

Type Alias LlmJsonStream 

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

Stream of JSON chunks produced by the managed streaming LLM pipeline.

Aliased Typeยง

pub struct LlmJsonStream { /* private fields */ }