diff options
| author | sigoden <sigoden@gmail.com> | 2024-05-18 10:21:57 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-18 10:21:57 +0800 |
| commit | 07ce5ccaf634beee7ab14c86130c8cb659d96e31 (patch) | |
| tree | e18863c2c58c64779031e4518bf8bcd6b3884bf3 /bin/execute_command | |
| parent | 1a24e820dd95e66a990c1bcbb21b045ed5355a9b (diff) | |
| download | llm-functions-docker-07ce5ccaf634beee7ab14c86130c8cb659d96e31.tar.gz | |
refactor: retrieve function returns json (#4)
Diffstat (limited to 'bin/execute_command')
| -rwxr-xr-x | bin/execute_command | 2 |
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() { |
