bugfix
This commit is contained in:
parent
5a6052e848
commit
5c517e6062
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user