fix: fix multi-round issue

This commit is contained in:
He Tao
2025-04-21 20:16:08 +08:00
parent 8129765105
commit 52313b2405
4 changed files with 12 additions and 4 deletions

2
.vscode/launch.json vendored
View File

@@ -20,7 +20,7 @@
"PYTHONPATH": "${workspaceFolder}"
},
"args": [
"--debug", "--max_plan_iterations", "1", "--max_step_num", "3"
"--debug", "--max_plan_iterations", "1", "--max_step_num", "1"
]
},
{