pub type ChatStream<'a> = Pin<Box<dyn Stream<Item = Result<AIMessageChunk, SynapticError>> + Send + 'a>>;Expand description
Type alias for a pinned, boxed async stream of AIMessageChunk results.
Aliased Typeยง
pub struct ChatStream<'a> { /* private fields */ }