minchyeom commited on
Commit
94490a0
·
1 Parent(s): 0a8133b

fix: correct terminal description from Linux to Ubuntu

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