From 07ce5ccaf634beee7ab14c86130c8cb659d96e31 Mon Sep 17 00:00:00 2001 From: sigoden Date: Sat, 18 May 2024 10:21:57 +0800 Subject: refactor: retrieve function returns json (#4) --- bin/execute_command | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/execute_command') 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() { -- cgit v1.2.3