Improve chat rendering and generation summaries

This commit is contained in:
Georg Bauer
2026-07-27 14:04:14 +02:00
parent 6a541b51f9
commit 8a08cd7b52
10 changed files with 152 additions and 13 deletions

View File

@@ -945,6 +945,7 @@ 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));