diff options
Diffstat (limited to 'agents/demo/tools.sh')
| -rwxr-xr-x | agents/demo/tools.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/agents/demo/tools.sh b/agents/demo/tools.sh index af8ddc8..fc0533a 100755 --- a/agents/demo/tools.sh +++ b/agents/demo/tools.sh @@ -1,6 +1,8 @@ #!/usr/bin/env bash set -e +# @env LLM_OUTPUT=/dev/stdout The output path + # @cmd Get the ip info get_ipinfo() { curl -fsSL https://httpbin.org/ip >> "$LLM_OUTPUT" |
