mirror of
https://github.com/Pythagora-io/gpt-pilot.git
synced 2026-01-09 21:27:53 -05:00
Fix for when a command is being debugged - we want Developer to parse tasks and continue
This commit is contained in:
@@ -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": [],
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user