pub type ResponseStream = Pin<Box<dyn Stream<Item = Result<ResponseStreamEvent, OpenAIError>> + Send>>;Available on crate feature
_api and non-target_family=wasm and crate feature response-types only.Expand description
Stream of response events
Aliased Typeยง
pub struct ResponseStream { /* private fields */ }