SilviuMatei commited on
Commit
b4020af
·
verified ·
1 Parent(s): c1ae7de

Update tools/getDeviceInfo.py

Browse files
Files changed (1) hide show
  1. 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 VisitWebpageTool(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.'}}
 
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.'}}