Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
qcampbel committed Jan 3, 2024
1 parent c74d2cf commit 1fcd842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mdagent/tools/subagent_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def _run(self, task, curr_tools, files, failed_tasks=""):
if curriculum is None:
return "Curriculum Agent is not initialized"
if files == "":
files = self.path_registry.list_path_names()
files = self.subagent_settings.path_registry.list_path_names()
rationale, decomposed_tasks = curriculum.run(
task, curr_tools, files, failed_tasks
)
Expand Down

0 comments on commit 1fcd842

Please sign in to comment.