aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/infini/core.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/infini/core.py b/src/infini/core.py
index 40ed6f4c..87066370 100644
--- a/src/infini/core.py
+++ b/src/infini/core.py
@@ -30,9 +30,9 @@ class Core:
yield self.generate(stream)
continue
outcome = stream
+ yield outcome
if handled_stream.block:
return
- yield outcome
def pre_intercept(self, input: Input) -> Generator[Output | Input, Any, None]:
return self.pre_interceptor.input(input)