//! Streaming response types.
use Pin;
use Stream;
use crateLlmResult;
use crateTokenUsage;
/// A boxed async stream of [`StreamDelta`] items, the unified streaming output
/// across every provider.
pub type ChatStream = ;
/// One incremental event in a streaming chat response.