pub type LlmJsonStream = Pin<Box<dyn Stream<Item = Result<Json>> + Send>>;
Stream of JSON chunks produced by the managed streaming LLM pipeline.
pub struct LlmJsonStream { /* private fields */ }