Skip to content

Commit 7546446

Browse files
committed
refactor(chat): remove web search that is never used
1 parent f8a3bba commit 7546446

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/api/chat/route.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -226,9 +226,6 @@ export async function POST(req: Request) {
226226
},
227227
},
228228
}),
229-
webSearch: anthropic.tools.webSearch_20250305({
230-
maxUses: 5,
231-
}),
232229
},
233230
});
234231

0 commit comments

Comments
 (0)