Azalie commited on
Commit
3262914
·
verified ·
1 Parent(s): 9795e7e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -24,11 +24,13 @@ def get_current_time_in_timezone(timezone: str) -> str:
24
 
25
 
26
  final_answer = FinalAnswerTool()
 
27
 
28
  # Register tools
29
  tools = [
30
  get_current_time_in_timezone,
31
- final_answer
 
32
  ]
33
 
34
  # Load system prompt
 
24
 
25
 
26
  final_answer = FinalAnswerTool()
27
+ web_search = DuckDuckGoSearchTool()
28
 
29
  # Register tools
30
  tools = [
31
  get_current_time_in_timezone,
32
+ final_answer,
33
+ web_search
34
  ]
35
 
36
  # Load system prompt