Reuse canonical chat context

This commit is contained in:
Georg Bauer
2026-07-27 18:35:52 +02:00
parent ee7e5696a5
commit 4adb49a4d1
10 changed files with 567 additions and 121 deletions

View File

@@ -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));