refactor: retrieve function returns json (#4)

This commit is contained in:
sigoden
2024-05-18 10:21:57 +08:00
committed by GitHub
parent 1a24e820dd
commit 07ce5ccaf6
4 changed files with 8 additions and 12 deletions
+1 -1
View File
@@ -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() {