diff options
Diffstat (limited to 'agents/demo/tools.sh')
| -rwxr-xr-x | agents/demo/tools.sh | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/agents/demo/tools.sh b/agents/demo/tools.sh index 4b5849b..98f3d47 100755 --- a/agents/demo/tools.sh +++ b/agents/demo/tools.sh @@ -3,9 +3,10 @@ set -e # @cmd Get the system info get_sysinfo() { - echo "OS: $(uname)" - echo "Arch: $(arch)" - echo "User: $USER" + cat <<EOF >> "$LLM_OUTPUT" +OS: $(uname) +Arch: $(arch) +EOF } # See more details at https://github.com/sigoden/argc |
