24Arys11 commited on
Commit
a3f9003
·
verified ·
1 Parent(s): 9144b12

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -24,8 +24,8 @@ def inspect_directory(directory: str, prefix: str = '') -> str:
24
  A tool that generates a visual tree structure of the directory contents.
25
 
26
  Args:
27
- directory (str): The path to the directory to inspect.
28
- prefix (str): The prefix string used for formatting the tree structure.
29
 
30
  Returns:
31
  str: A string representing the tree structure of the directory.
 
24
  A tool that generates a visual tree structure of the directory contents.
25
 
26
  Args:
27
+ directory: The path to the directory to inspect.
28
+ prefix: (optional) The prefix string used for formatting the tree structure.
29
 
30
  Returns:
31
  str: A string representing the tree structure of the directory.