pub type ChatStream = Pin<Box<dyn Stream<Item = Result<ChatResponseUpdate, Error>> + Send>>;
A boxed stream of streaming chat updates.
#[repr(transparent)]pub struct ChatStream { /* private fields */ }