diff --git a/core/agents/error_handler.py b/core/agents/error_handler.py index 66dbe05ce3..0150bf3c19 100644 --- a/core/agents/error_handler.py +++ b/core/agents/error_handler.py @@ -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": [], } ]