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 b0d07a9 commit e8a8d09Copy full SHA for e8a8d09
1 file changed
astrbot/core/agent/runners/tool_loop_agent_runner.py
@@ -245,6 +245,7 @@ async def _iter_llm_responses_with_fallback(
245
# 此处不应判断整个消息链是否为空 因为消息链包含整个对话流 而空回复可能发生在任何阶段
246
if (
247
not resp.completion_text
248
+ and not resp.reasoning_content
249
and not resp.tools_call_args
250
and not is_last_candidate
251
):
0 commit comments