Zanqi commited on
Commit
8b27234
·
1 Parent(s): d2c329e

Add web search tool

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -63,6 +63,7 @@ agent = CodeAgent(
63
  tools=[
64
  final_answer,
65
  get_current_time_in_timezone,
 
66
  ], ## add your tools here (don't remove final answer)
67
  max_steps=6,
68
  verbosity_level=1,
 
63
  tools=[
64
  final_answer,
65
  get_current_time_in_timezone,
66
+ DuckDuckGoSearchTool(),
67
  ], ## add your tools here (don't remove final answer)
68
  max_steps=6,
69
  verbosity_level=1,