fix: fix command reply_message error bug,del some print

This commit is contained in:
Dong_master
2025-08-12 20:54:47 +08:00
parent b6d47187f5
commit 4668db716a
4 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -226,7 +226,7 @@ class LocalAgentRunner(runner.RequestRunner):
# 第一次请求工具调用时的内容
if msg_idx == 1:
accumulated_content =first_content if first_content is not None else accumulated_content
accumulated_content = first_content if first_content is not None else accumulated_content
# 累积内容
if msg.content: