mirror of
https://github.com/OMGeeky/gpt-pilot.git
synced 2026-02-23 15:49:50 +01:00
Implemented fetching of directory tree with descriptions
This commit is contained in:
@@ -15,7 +15,7 @@ class CodeMonkey(Agent):
|
||||
|
||||
files_needed = convo.send_message('development/task/request_files_for_code_changes.prompt', {
|
||||
"step_description": code_changes_description,
|
||||
"directory_tree": self.project.get_directory_tree(),
|
||||
"directory_tree": self.project.get_directory_tree(True),
|
||||
"step_index": step_index,
|
||||
"finished_steps": ', '.join(f"#{j}" for j in range(step_index))
|
||||
}, GET_FILES)
|
||||
|
||||
Reference in New Issue
Block a user