mirror of
https://github.com/aljazceru/dev-gpt.git
synced 2025-12-24 09:04:19 +01:00
🚀 feat: generate novel solution suggestions
This commit is contained in:
@@ -369,6 +369,9 @@ pytest
|
||||
suggested_solution=suggested_solution,
|
||||
)
|
||||
|
||||
self.previous_errors.append(summarized_error)
|
||||
self.previous_solutions.append(suggested_solution)
|
||||
|
||||
def generate_solution_suggestion(self, summarized_error, all_files_string):
|
||||
suggested_solutions = json.loads(
|
||||
self.generate_and_persist_file(
|
||||
|
||||
Reference in New Issue
Block a user