mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
rename shell tool more intuitively as run_shell_command (from historical name of execute_bash_command inherited from terminal tool) (#869)
This commit is contained in:
@@ -59,7 +59,7 @@ This guide provides solutions to common issues and debugging tips.
|
||||
- **Tool Issues:**
|
||||
|
||||
- If a specific tool is failing, try to isolate the issue by running the simplest possible version of the command or operation the tool performs.
|
||||
- For `execute_bash_command`, ensure the command works directly in your shell first.
|
||||
- For `run_shell_command`, ensure the command works directly in your shell first.
|
||||
- For file system tools, double-check paths and permissions.
|
||||
|
||||
- **Pre-flight Checks:**
|
||||
|
||||
Reference in New Issue
Block a user