diff --git a/providers.js b/providers.js index 2d1cfaf..e3da5ed 100644 --- a/providers.js +++ b/providers.js @@ -189,7 +189,7 @@ export async function streamClaude({ apiKey, body, signal, onDelta, isRunning }) if (online) { payload.tools = [ ...(payload.tools || []), - { type: 'web_search_20250305', name: 'web_search' }, + { type: 'web_search_20260318', name: 'web_search', allowed_callers: ['direct'] }, ] }