Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -35,7 +35,7 @@ def get_current_time_in_timezone(timezone: str) -> str:
|
|
| 35 |
final_answer = FinalAnswerTool()
|
| 36 |
|
| 37 |
# ✅ web_search_tool is defined here
|
| 38 |
-
web_search_tool = DuckDuckGoSearchTool(max_results=
|
| 39 |
web_search_tool.name = "web_search" # ← force a clean, obvious name
|
| 40 |
web_search_tool.description = """Searches the web using DuckDuckGo and returns results.
|
| 41 |
Args:
|
|
|
|
| 35 |
final_answer = FinalAnswerTool()
|
| 36 |
|
| 37 |
# ✅ web_search_tool is defined here
|
| 38 |
+
web_search_tool = DuckDuckGoSearchTool(max_results=2)
|
| 39 |
web_search_tool.name = "web_search" # ← force a clean, obvious name
|
| 40 |
web_search_tool.description = """Searches the web using DuckDuckGo and returns results.
|
| 41 |
Args:
|