svoss commited on
Commit
2c367cc
·
verified ·
1 Parent(s): 6881f15

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -68,6 +68,7 @@ agent = CodeAgent(
68
  tools=[
69
  final_answer, # nicht entfernen
70
  DuckDuckGoSearchTool(),
 
71
  image_generation_tool,
72
  my_custom_tool,
73
  get_current_time_in_timezone,
 
68
  tools=[
69
  final_answer, # nicht entfernen
70
  DuckDuckGoSearchTool(),
71
+ web_search,
72
  image_generation_tool,
73
  my_custom_tool,
74
  get_current_time_in_timezone,