aboutsummaryrefslogtreecommitdiffstats
path: root/tools/search_brave.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/search_brave.sh')
-rwxr-xr-xtools/search_brave.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/search_brave.sh b/tools/search_brave.sh
index 553bfc7..9886944 100755
--- a/tools/search_brave.sh
+++ b/tools/search_brave.sh
@@ -14,8 +14,8 @@ main() {
curl -fsSL "$url" \
-H "Accept: application/json" \
-H "X-Subscription-Token: $BRAVE_API_KEY" | \
- jq '[.web.results[] | {title: .title, url: .url, description: .description}]'
+ jq '[.web.results[] | {title: .title, url: .url, description: .description}]' \
+ >> "$LLM_OUTPUT"
}
eval "$(argc --argc-eval "$0" "$@")"
-