Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import requests
|
|
4 |
import pytz
|
5 |
import yaml
|
6 |
from tools.final_answer import FinalAnswerTool
|
7 |
-
from tools.
|
8 |
|
9 |
@tool
|
10 |
def my_custom_tool(arg1:str, arg2:int)-> str: # it's important to specify the return type
|
|
|
4 |
import pytz
|
5 |
import yaml
|
6 |
from tools.final_answer import FinalAnswerTool
|
7 |
+
from tools.getDeviceInfo import VisitWebpageTool
|
8 |
|
9 |
@tool
|
10 |
def my_custom_tool(arg1:str, arg2:int)-> str: # it's important to specify the return type
|