Spaces:
Sleeping
Sleeping
Nienke Dekkema commited on
Commit ·
8378f17
1
Parent(s): e3c03b3
fixed error
Browse files
app.py
CHANGED
|
@@ -38,7 +38,7 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
|
|
| 38 |
try:
|
| 39 |
agent = CodeAgent(
|
| 40 |
tools=[
|
| 41 |
-
WebSearchTool(),
|
| 42 |
VisitWebpageTool(),
|
| 43 |
DuckDuckGoSearchTool()
|
| 44 |
],
|
|
|
|
| 38 |
try:
|
| 39 |
agent = CodeAgent(
|
| 40 |
tools=[
|
| 41 |
+
# WebSearchTool(),
|
| 42 |
VisitWebpageTool(),
|
| 43 |
DuckDuckGoSearchTool()
|
| 44 |
],
|