Aakash010 commited on
Commit
8183a73
·
verified ·
1 Parent(s): 95dc30f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=5)
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: