Spaces:
Runtime error
Runtime error
fix: correct terminal description from Linux to Ubuntu
Browse files- src/tools.py +1 -1
src/tools.py
CHANGED
@@ -20,7 +20,7 @@ def set_vm(vm: LinuxVM | None) -> None:
|
|
20 |
|
21 |
def execute_terminal(command: str) -> str:
|
22 |
"""
|
23 |
-
Execute a shell command in a
|
24 |
Use this tool to inspect uploaded documents under ``/data`` or run other commands.
|
25 |
|
26 |
The command is executed with network access enabled. Output from both
|
|
|
20 |
|
21 |
def execute_terminal(command: str) -> str:
|
22 |
"""
|
23 |
+
Execute a shell command in a Ubuntu terminal.
|
24 |
Use this tool to inspect uploaded documents under ``/data`` or run other commands.
|
25 |
|
26 |
The command is executed with network access enabled. Output from both
|