Skip to content

Commit

Permalink
add descriptions of files when invoking ListRegistryPaths with new ut…
Browse files Browse the repository at this point in the history
…il function
  • Loading branch information
Jgmedina95 committed Jan 4, 2024
1 parent 286ce8c commit 2b950a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mdagent/tools/base_tools/util_tools/registry_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def _run(self, paths: str) -> str:
try:
if self.path_registry is None:
return "Path registry not initialized"
return self.path_registry.list_path_names()
return self.path_registry.list_path_names_and_descriptions()
except Exception:
return "Error listing paths"

Expand Down

0 comments on commit 2b950a8

Please sign in to comment.