feat: adjust the way of returning data to LLM (#69)
This commit is contained in:
@@ -4,8 +4,7 @@ set -e
|
||||
# @describe Get the current time.
|
||||
|
||||
main() {
|
||||
date
|
||||
date >> "$LLM_OUTPUT"
|
||||
}
|
||||
|
||||
eval "$(argc --argc-eval "$0" "$@")"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user