mirror of
https://github.com/sune-org/us.proxy.sune.chat.git
synced 2026-04-07 18:12:14 +00:00
Fix: update claude web search tool version to 20250305
This commit is contained in:
@@ -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' },
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user