nischaypar commited on
Commit
c4d30a5
·
1 Parent(s): e922dc7

Update tool

Browse files
Files changed (2) hide show
  1. requirements.txt +1 -1
  2. tool.py +1 -1
requirements.txt CHANGED
@@ -1,2 +1,2 @@
1
- linkup
2
  smolagents
 
1
+ linkup-sdk
2
  smolagents
tool.py CHANGED
@@ -1,4 +1,4 @@
1
- from typing import Any, Optional
2
  from smolagents.tools import Tool
3
  import linkup
4
 
 
1
+ from typing import Any, Literal, Optional
2
  from smolagents.tools import Tool
3
  import linkup
4