We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3476afc commit 0142956Copy full SHA for 0142956
1 file changed
astrbot/core/agent/runners/tool_loop_agent_runner.py
@@ -357,6 +357,7 @@ async def step(self):
357
),
358
359
)
360
+ return
361
362
if not llm_resp.tools_call_name:
363
# 如果没有工具调用,转换到完成状态
0 commit comments