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 */ }pub type ChatStream = Pin<Box<dyn Stream<Item = Result<StreamChunk, RunnerError>> + Send>>;Stream type for chat completion responses
pub struct ChatStream { /* private fields */ }