feat: adjust the way of returning data to LLM (#69)
This commit is contained in:
+1
-1
@@ -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" "$@")"
|
||||
|
||||
Reference in New Issue
Block a user