nischaypar commited on
Commit
27a73b6
·
1 Parent(s): 490f993

dependencies

Browse files
Files changed (1) hide show
  1. tool.py +2 -0
tool.py CHANGED
@@ -1,6 +1,8 @@
1
  from typing import Any, Literal, Optional
2
  from smolagents.tools import Tool
3
 
 
 
4
  class LinkupSearchTool(Tool):
5
  """LinkupSearchTool tool.
6
 
 
1
  from typing import Any, Literal, Optional
2
  from smolagents.tools import Tool
3
 
4
+ import linkup
5
+
6
  class LinkupSearchTool(Tool):
7
  """LinkupSearchTool tool.
8