Su Ho commited on
Commit
41c0828
·
unverified ·
1 Parent(s): a3bc03e

Add duckduckgo tool

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -69,6 +69,7 @@ agent = CodeAgent(
69
  tools=[
70
  image_generation_tool,
71
  get_current_time_in_timezone,
 
72
  final_answer,
73
  ], ## add your tools here (don't remove final answer)
74
  max_steps=6,
 
69
  tools=[
70
  image_generation_tool,
71
  get_current_time_in_timezone,
72
+ DuckDuckGoSearchTool(),
73
  final_answer,
74
  ], ## add your tools here (don't remove final answer)
75
  max_steps=6,