mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-07 06:16:02 +00:00
fix(agent-runner): stabilize event context and streams
This commit is contained in:
@@ -674,6 +674,8 @@ class RuntimeConnectionHandler(handler.Handler):
|
||||
extra_args=effective_extra_args,
|
||||
remove_think=remove_think,
|
||||
):
|
||||
if chunk is None:
|
||||
continue
|
||||
yield handler.ActionResponse.success(
|
||||
data={
|
||||
'chunk': chunk.model_dump(),
|
||||
|
||||
Reference in New Issue
Block a user