feat: adjust the way of returning data to LLM (#69)
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ set -e
|
||||
main() {
|
||||
path="$FS_BASE_DIR/$argc_path"
|
||||
mkdir -p "$path"
|
||||
echo "Directory created: $path"
|
||||
echo "Directory created: $path" >> "$LLM_OUTPUT"
|
||||
}
|
||||
|
||||
eval "$(argc --argc-eval "$0" "$@")"
|
||||
|
||||
Reference in New Issue
Block a user