minchyeom commited on
Commit
54eda64
·
1 Parent(s): 66327b5

Update docstring to clarify execution environment for terminal commands

Browse files
Files changed (1) hide show
  1. 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 inside an isolated Linux VM.
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