DangMinh21 commited on
Commit
1a4366f
·
verified ·
1 Parent(s): 41e6476

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -104,7 +104,7 @@ agent = CodeAgent(
104
  get_current_time_in_timezone,
105
  get_weather,
106
  search_tool,
107
- search_tool], ## add your tools here (don't remove final answer)
108
  max_steps=6,
109
  verbosity_level=1,
110
  grammar=None,
 
104
  get_current_time_in_timezone,
105
  get_weather,
106
  search_tool,
107
+ visit_webpage], ## add your tools here (don't remove final answer)
108
  max_steps=6,
109
  verbosity_level=1,
110
  grammar=None,