mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-04-07 08:25:23 +02:00
Native Anthropic web_search executes server-side before we can intercept it, making pre-execution approval impossible. Removing all native web search approval code (dropParams in OpenAI/Anthropic initialize, handleNativeWebSearchApproval in callbacks, toolApprovalConfig in getDefaultHandlers). Tool approval remains fully functional for MCP tools and LangChain tools. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| __tests__ | ||
| callbacks.js | ||
| client.js | ||
| client.test.js | ||
| errors.js | ||
| filterAuthorizedTools.spec.js | ||
| openai.js | ||
| recordCollectedUsage.spec.js | ||
| request.js | ||
| responses.js | ||
| v1.js | ||
| v1.spec.js | ||