DTStudios commited on
Commit
001c102
·
verified ·
1 Parent(s): 95f56e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ tool=[
57
  ]
58
 
59
  agent = CodeAgent(
60
- tools=[add_numbers],[get_current_time_in_timezone],[FinalAnswerTool]
61
  model= model,
62
  add_base_tools=True, # still give web_search, visit_webpage, final_answer
63
  name="MyAgent",
 
57
  ]
58
 
59
  agent = CodeAgent(
60
+ tools=[add_numbers],[get_current_time_in_timezone],[FinalAnswerTool],
61
  model= model,
62
  add_base_tools=True, # still give web_search, visit_webpage, final_answer
63
  name="MyAgent",