ChatStream

Type Alias ChatStream 

Source
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 */);