Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
bstraehle/gaia
Psiska
/
General_AI_Assistant
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
bstraehle
commited on
Apr 30, 2025
Commit
90a8aa2
·
verified
·
1 Parent(s):
b0d67e1
Update tools.py
Browse files
Files changed (1)
hide
show
tools.py
+2
-0
tools.py
CHANGED
Viewed
@@ -1,3 +1,5 @@
1
class VisitWebpageTool(Tool):
2
name = "visit_webpage"
3
description = (
1
+
from smolagents import Tool
2
+
3
class VisitWebpageTool(Tool):
4
name = "visit_webpage"
5
description = (