You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Implement robust checking for web search requests by first looking for the special marker added by the translator
- Add fallback to check for exactly one tool with type matching /^web_search/
- Import encoding/json for JSON parsing functionality
This implementation is more robust than the previous simple byte search approach, while maintaining compatibility with the existing marker-based detection.
0 commit comments