This commit is contained in:
Kuzey 2026-01-30 16:14:46 +00:00 committed by GitHub
commit 2b6905cbc3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -375,6 +375,7 @@ async function runWebSearch(params: {
method: "GET",
headers: {
Accept: "application/json",
"Cache-Control": "no-cache",
"X-Subscription-Token": params.apiKey,
},
signal: withTimeout(undefined, params.timeoutSeconds * 1000),