diff --git a/providers.js b/providers.js index 822e13d..3c8ebb8 100644 --- a/providers.js +++ b/providers.js @@ -163,7 +163,7 @@ export async function streamClaude({ apiKey, body, signal, onDelta, isRunning }) if (online) { payload.tools = [ ...(payload.tools || []), - { type: 'web_search_20260209', name: 'web_search' }, + { type: 'web_search_20250305', name: 'web_search' }, ] }