Spaces:
Sleeping
Sleeping
Update tools/getDeviceInfo.py
Browse files- tools/getDeviceInfo.py +1 -1
tools/getDeviceInfo.py
CHANGED
@@ -9,7 +9,7 @@ import yaml
|
|
9 |
from smolagents import CodeAgent, HfApiModel
|
10 |
from tools.final_answer import FinalAnswerTool
|
11 |
|
12 |
-
class
|
13 |
name = "visit_webpage"
|
14 |
description = "Visits a webpage at the given URL, reads its content as a markdown string, and extracts device information."
|
15 |
inputs = {'url': {'type': 'string', 'description': 'The URL of the webpage to visit.'}}
|
|
|
9 |
from smolagents import CodeAgent, HfApiModel
|
10 |
from tools.final_answer import FinalAnswerTool
|
11 |
|
12 |
+
class getDeviceInfo(Tool):
|
13 |
name = "visit_webpage"
|
14 |
description = "Visits a webpage at the given URL, reads its content as a markdown string, and extracts device information."
|
15 |
inputs = {'url': {'type': 'string', 'description': 'The URL of the webpage to visit.'}}
|