Fix for when a command is being debugged - we want Developer to parse tasks and continue

This commit is contained in:
Zvonimir Sabljic
2024-07-28 18:47:55 -07:00
parent b9cd3a8fe8
commit fe6b3d64a9

View File

@@ -111,7 +111,7 @@ class ErrorHandler(BaseAgent):
"description": llm_response,
"alternative_solutions": [],
"attempts": 1,
"status": IterationStatus.HUNTING_FOR_BUG,
"status": IterationStatus.IMPLEMENT_SOLUTION,
"bug_hunting_cycles": [],
}
]