aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorsigoden <sigoden@gmail.com>2024-05-18 09:52:20 +0000
committersigoden <sigoden@gmail.com>2024-05-18 09:52:20 +0000
commit0e668ab3f22330c0f395dd38240d7079fe813e90 (patch)
tree602d981338cc5515527b8fa5cf424067029c99a0 /bin
parent2bcd04ec047519f490350a0bf08e425d6abe7564 (diff)
downloadllm-functions-docker-0e668ab3f22330c0f395dd38240d7079fe813e90.tar.gz
refactor: add the `may_` prefix to reflect updates in AIChat
Diffstat (limited to 'bin')
-rwxr-xr-xbin/may_execute_command (renamed from bin/execute_command)2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/execute_command b/bin/may_execute_command
index 64fb440..6e35e3c 100755
--- a/bin/execute_command
+++ b/bin/may_execute_command
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -e
-# @describe Executes a shell command. This tool does not return data to LLM.
+# @describe Executes a shell command.
# @option --shell-command~ "Shell command to execute, such as `ls -la`"
main() {