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

Fix tool error

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ 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)
67
  max_steps=6,
 
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)
67
  max_steps=6,