pub type ChatStream = Box<dyn Stream<Item = Result<ChatResponse, ProviderError>> + Send + Unpin>;Expand description
A stream of chat completion responses
Aliased Typeยง
pub struct ChatStream(/* private fields */);pub type ChatStream = Box<dyn Stream<Item = Result<ChatResponse, ProviderError>> + Send + Unpin>;A stream of chat completion responses
pub struct ChatStream(/* private fields */);