mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-10 05:00:59 +00:00
fix(agent-runner): stabilize event context and streams
This commit is contained in:
committed by
huanghuoguoguo
parent
da8e403172
commit
fc2dc34ecf
@@ -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