pub type LlmJsonStream = Box<dyn Iterator<Item = Result<Json>> + Send>;
Synchronous JSON chunk stream used by native LLM stream intercept helpers.
pub struct LlmJsonStream(/* private fields */);