Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
| 28 |
-
prefix (
|
| 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.
|