summaryrefslogtreecommitdiff
path: root/docs/troubleshooting.md
diff options
context:
space:
mode:
authorOlcan <[email protected]>2025-06-09 08:57:30 -0700
committerGitHub <[email protected]>2025-06-09 08:57:30 -0700
commit87474e52d7e0f3abcaf74272b11c7b9244d98af5 (patch)
treee8ead2ce030823fda16af21a3deafe17c7116afa /docs/troubleshooting.md
parentc55a1d90120ff8b567e9059466819c4920dc560e (diff)
rename shell tool more intuitively as run_shell_command (from historical name of execute_bash_command inherited from terminal tool) (#869)
Diffstat (limited to 'docs/troubleshooting.md')
-rw-r--r--docs/troubleshooting.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md
index c1b65f45..190b24dd 100644
--- a/docs/troubleshooting.md
+++ b/docs/troubleshooting.md
@@ -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:**