mirror of
https://github.com/OMGeeky/gpt-pilot.git
synced 2026-01-20 09:11:01 +01:00
Leftover
This commit is contained in:
@@ -25,7 +25,7 @@ class CodeMonkey(Agent):
|
||||
"instructions": code_changes_description,
|
||||
"directory_tree": self.project.get_directory_tree(True),
|
||||
"files": self.project.get_files(files_needed),
|
||||
}, IMPLEMENT_CHANGES, True)
|
||||
}, IMPLEMENT_CHANGES)
|
||||
|
||||
for file_data in changes:
|
||||
file_data['full_path'] = self.project.get_full_file_path(file_data['path'], file_data['name'])
|
||||
|
||||
Reference in New Issue
Block a user