asebaq commited on
Commit
690c8ea
·
1 Parent(s): f5c13f6

Fix tool error

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ with open("prompts.yaml", "r") as stream:
60
  agent = CodeAgent(
61
  model=model,
62
  tools=[
63
- DuckDuckGoSearchTool,
64
  get_current_time_in_timezone,
65
  final_answer,
66
  ], ## add your tools here (don't remove final answer)
 
60
  agent = CodeAgent(
61
  model=model,
62
  tools=[
63
+ DuckDuckGoSearchTool(),
64
  get_current_time_in_timezone,
65
  final_answer,
66
  ], ## add your tools here (don't remove final answer)