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/search_wikipedia.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/search_wikipedia.sh') diff --git a/tools/search_wikipedia.sh b/tools/search_wikipedia.sh index 8f055a4..6e08614 100755 --- a/tools/search_wikipedia.sh +++ b/tools/search_wikipedia.sh @@ -20,7 +20,7 @@ main() { echo '{ "link": "https://en.wikipedia.org/wiki/'"$title"'", "summary": "'"$summary"'" -}' +}' >> "$LLM_OUTPUT" } eval "$(argc --argc-eval "$0" "$@")" -- cgit v1.2.3