From aae8dd85c7946fb2dfc65aca599a27f83d2ff70e Mon Sep 17 00:00:00 2001 From: sigoden Date: Sat, 16 Nov 2024 11:24:00 +0800 Subject: chore: improve code quality --- agents/coder/tools.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'agents/coder') diff --git a/agents/coder/tools.sh b/agents/coder/tools.sh index c56e734..5dc1519 100755 --- a/agents/coder/tools.sh +++ b/agents/coder/tools.sh @@ -1,10 +1,10 @@ #!/usr/bin/env bash set -e -ROOT_DIR="${LLM_ROOT_DIR:-$(cd "$(dirname "${BASH_SOURCE[0]}")/../.." && pwd)}" - # @env LLM_OUTPUT=/dev/stdout The output path +ROOT_DIR="${LLM_ROOT_DIR:-$(cd "$(dirname "${BASH_SOURCE[0]}")/../.." && pwd)}" + # @cmd Create a new file at the specified path with contents. # @option --path! The path where the file should be created # @option --contents! The contents of the file -- cgit v1.2.3