This commit is contained in:
yumoqing 2026-02-12 16:25:05 +08:00
parent 5a6052e848
commit 5c517e6062

View File

@ -253,6 +253,7 @@ class IndustrialSkillEngine:
while not user_reply:
await asyncio.sleep(0.5)
user_reply = await env.session_getvalue(sessionkey)
debug(f'{user_reply=}===============================')
prompt = f"{user_prompt}\n补充输入:{user_reply}"
await self._run(prompt, context=context, is_retry=True)
return