aboutsummaryrefslogtreecommitdiffstats
path: root/bin/execute_command
diff options
context:
space:
mode:
authorsigoden <sigoden@gmail.com>2024-05-18 10:21:57 +0800
committerGitHub <noreply@github.com>2024-05-18 10:21:57 +0800
commit07ce5ccaf634beee7ab14c86130c8cb659d96e31 (patch)
treee18863c2c58c64779031e4518bf8bcd6b3884bf3 /bin/execute_command
parent1a24e820dd95e66a990c1bcbb21b045ed5355a9b (diff)
downloadllm-functions-docker-07ce5ccaf634beee7ab14c86130c8cb659d96e31.tar.gz
refactor: retrieve function returns json (#4)
Diffstat (limited to 'bin/execute_command')
-rwxr-xr-xbin/execute_command2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/execute_command b/bin/execute_command
index fab84bd..64fb440 100755
--- a/bin/execute_command
+++ b/bin/execute_command
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -e
-# @describe Executes a shell command and returns the output.
+# @describe Executes a shell command. This tool does not return data to LLM.
# @option --shell-command~ "Shell command to execute, such as `ls -la`"
main() {