pub type ChatStreamItem = Result<ChatStream, DeepSeekError>;Expand description
Stream item produced by chat streaming.
Aliased Type§
pub enum ChatStreamItem {
Ok(ChatGeneric<ChatChoiceStream>),
Err(DeepSeekError),
}Variants§
Ok(ChatGeneric<ChatChoiceStream>)
Contains the success value
Err(DeepSeekError)
Contains the error value