mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-07 14:25:13 +00:00
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:
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", "")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user