update ai prompt

This commit is contained in:
bridge
2025-09-02 22:29:42 +08:00
parent bd28da21f5
commit eb9a727aab
4 changed files with 21 additions and 9 deletions

View File

@@ -146,10 +146,7 @@ class Front:
# 检查step任务是否完成
if current_step_task and current_step_task.done():
try:
await current_step_task # 获取结果(如果有异常会抛出)
except Exception as e:
print(f"Step执行出错: {e}")
await current_step_task
current_step_task = None
self._render()