ResponseStream

Type Alias ResponseStream 

Source
pub type ResponseStream = OpenAIEventStream<ResponseEvent>;
Expand description

Stream of response events

Aliased Typeยง

pub struct ResponseStream { /* private fields */ }