diff --git a/copilot_tools/parser_0920_summary.py b/copilot_tools/parser_0920_summary.py index 47e7970..47fecc8 100644 --- a/copilot_tools/parser_0920_summary.py +++ b/copilot_tools/parser_0920_summary.py @@ -65,7 +65,7 @@ def make_status_prompt(task, current_image, hints, summary_history="", user_comm history_display = summary_history + user_comment if summary_history.strip() else "暂无历史操作" user_instruction = f'''\n\n{user_comment}\n\n''' if user_comment != "" else "" - task = task + user_instruction + "指令结束\n\n" + task = task + user_instruction + "\n指令结束\n\n" status_conversation = [