This commit is contained in:
Ryuichi Leo Takashige
2026-01-23 13:21:35 +00:00
parent 18c82443ba
commit 0cfaea41bc
+1 -1
View File
@@ -100,7 +100,7 @@ class PipelinedGenerator:
@property
def has_active(self) -> bool:
return self.active_count > 0
return self.active_count > 0 or len(self.pending_prompts) > 0
def insert(
self,