From 732eae532c8e8632db95ab80e0dde5071e744386 Mon Sep 17 00:00:00 2001 From: sigoden Date: Wed, 10 Jul 2024 18:53:32 +0800 Subject: feat: adjust the way of returning data to LLM (#69) --- tools/fs_write.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/fs_write.sh') diff --git a/tools/fs_write.sh b/tools/fs_write.sh index bc97c34..7718b8d 100755 --- a/tools/fs_write.sh +++ b/tools/fs_write.sh @@ -14,7 +14,7 @@ main() { path="$FS_BASE_DIR/$argc_path" mkdir -p "$(dirname "$path")" printf "%s" "$argc_contents" > "$path" - echo "The contents written to: $path" + echo "The contents written to: $path" >> "$LLM_OUTPUT" } eval "$(argc --argc-eval "$0" "$@")" -- cgit v1.2.3