feat: adjust the way of returning data to LLM (#69)
This commit is contained in:
@@ -20,7 +20,7 @@ main() {
|
||||
echo '{
|
||||
"link": "https://en.wikipedia.org/wiki/'"$title"'",
|
||||
"summary": "'"$summary"'"
|
||||
}'
|
||||
}' >> "$LLM_OUTPUT"
|
||||
}
|
||||
|
||||
eval "$(argc --argc-eval "$0" "$@")"
|
||||
|
||||
Reference in New Issue
Block a user