Skip to main content

ChatStream

Type Alias ChatStream 

Source
pub type ChatStream = Pin<Box<dyn Stream<Item = Result<StreamChunk, RunnerError>> + Send>>;
Expand description

Stream type for chat completion responses

Aliased Type§

pub struct ChatStream { /* private fields */ }