From 42bd4e897eb146c5bb871b918f133b6f5f864b2f Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Mon, 16 Mar 2026 11:18:48 -0700 Subject: [PATCH] Fix: update claude web search tool version to 20250305 --- providers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' }, ] }