Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ from smolagents import CodeAgent
|
|
29 |
|
30 |
class CustomDuckDuckGoTool(DuckDuckGoSearchTool):
|
31 |
name = "duckduckgo_search"
|
32 |
-
description = "Searches the web using DuckDuckGo.
|
33 |
|
34 |
class WebSearchTool(Tool):
|
35 |
name = "web_search"
|
|
|
29 |
|
30 |
class CustomDuckDuckGoTool(DuckDuckGoSearchTool):
|
31 |
name = "duckduckgo_search"
|
32 |
+
description = "Searches the web using DuckDuckGo."
|
33 |
|
34 |
class WebSearchTool(Tool):
|
35 |
name = "web_search"
|