Sborole commited on
Commit
cfcf013
·
verified ·
1 Parent(s): 6f8a3b8

Update tools/WebSearchTool.py

Browse files
Files changed (1) hide show
  1. tools/WebSearchTool.py +1 -1
tools/WebSearchTool.py CHANGED
@@ -1,6 +1,6 @@
1
  import requests
2
  import os
3
-
4
  TAVILY_API_KEY = "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"
5
 
6
  class WebSearchTool(Tool):
 
1
  import requests
2
  import os
3
+ from smolagents import Tool
4
  TAVILY_API_KEY = "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"
5
 
6
  class WebSearchTool(Tool):