Update litellm/integrations/websearch_interception/tools.py

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
Sameer Kankute
2026-02-06 08:21:09 +05:30
committed by GitHub
co-authored by greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
parent a2e70a561d
commit f12875bd42
@@ -76,7 +76,6 @@ def is_web_search_tool(tool: Dict[str, Any]) -> bool:
>>> is_web_search_tool({"name": "calculator"})
False
"""
print(f"🔥tool: {tool}")
tool_name = tool.get("name", "")
tool_type = tool.get("type", "")