Reuse canonical chat context
This commit is contained in:
@@ -945,7 +945,6 @@ mod tests {
|
||||
let active = crate::runtime::ActiveGeneration {
|
||||
events: receiver,
|
||||
cancel: Arc::new(AtomicBool::new(false)),
|
||||
started_at: std::time::Instant::now(),
|
||||
};
|
||||
let producer = thread::spawn(move || {
|
||||
thread::sleep(Duration::from_millis(25));
|
||||
|
||||
Reference in New Issue
Block a user