Skip to content

Commit ceba3ae

Browse files
committed
no message
1 parent b70439b commit ceba3ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

astrbot/core/astr_agent_tool_exec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ async def _run_subagent():
411411
)
412412
except asyncio.TimeoutError:
413413
# 若超时,保存已产生的部分历史
414-
cls._save_subagent_history(agent_name, runner_messages, umo)
414+
cls._save_subagent_history(umo, runner_messages, agent_name)
415415
error_msg = f"SubAgent '{agent_name}' execution timeout after {execution_timeout:.1f} seconds."
416416
logger.warning(f"[SubAgent:Timeout] {error_msg}")
417417

0 commit comments

Comments
 (0)