Skip to content

Commit 688a1b0

Browse files
committed
rename exa fetch tool to match other files
1 parent 2ecae50 commit 688a1b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/web_fetch_exa.sh renamed to tools/fetch_url_via_exa.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ curl -fsS -X POST 'https://api.exa.ai/contents' \
1616
-H 'Content-Type: application/json' \
1717
-d '{
1818
"urls": ["'"$argc_url"'"],
19-
"text": true
19+
"text": true,
20+
"livecrawlTimeout": 10000
2021
}' | \
2122
jq -r '.results[0].text' >> "$LLM_OUTPUT"
2223
}

0 commit comments

Comments
 (0)