1 2 3 4 5 6 7 8
use crate::prelude::*; use super::StreamChoice; // Response stream #[derive(Debug, Clone, Deserialize)] pub struct Stream { pub choices: Vec<StreamChoice>, }