Timothy Jaeryang Baek 1 week ago
parent
commit
a0e323b89b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      backend/open_webui/utils/tools.py

+ 0 - 1
backend/open_webui/utils/tools.py

@@ -205,7 +205,6 @@ async def get_tools(
                         tools_dict[function_name] = tool_dict
                         tools_dict[function_name] = tool_dict
 
 
                 else:
                 else:
-                    log.warning(f"Unsupported tool server type: {type}")
                     continue
                     continue
 
 
             else:
             else: