Sborole commited on
Commit
eb75560
·
verified ·
1 Parent(s): 2d0eab1

Update tools/SemanticScholar.py

Browse files
Files changed (1) hide show
  1. tools/SemanticScholar.py +1 -1
tools/SemanticScholar.py CHANGED
@@ -1,6 +1,6 @@
1
  import os
2
  from smolagents import Tool
3
- from googleapiclient.discovery import build
4
 
5
  class TavilyResearchTool(Tool):
6
  """
 
1
  import os
2
  from smolagents import Tool
3
+ from tavily import TavilyClient
4
 
5
  class TavilyResearchTool(Tool):
6
  """