Spaces:
Runtime error
Runtime error
Update docstring to clarify execution environment for terminal commands
Browse files- src/tools.py +1 -1
src/tools.py
CHANGED
@@ -8,7 +8,7 @@ from typing import Final
|
|
8 |
|
9 |
def execute_terminal(command: str, *, timeout: int = 3) -> str:
|
10 |
"""
|
11 |
-
Execute a shell command
|
12 |
Use this tool to run various commands.
|
13 |
|
14 |
The command is executed with network access enabled. Output from both
|
|
|
8 |
|
9 |
def execute_terminal(command: str, *, timeout: int = 3) -> str:
|
10 |
"""
|
11 |
+
Execute a shell command in a Windows PowerShell terminal.
|
12 |
Use this tool to run various commands.
|
13 |
|
14 |
The command is executed with network access enabled. Output from both
|