jeipollack commited on
Commit
3c57270
·
verified ·
1 Parent(s): c6121ee

Update tools list with new function name

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,7 +89,7 @@ with open("prompts.yaml", 'r') as stream:
89
 
90
  agent = CodeAgent(
91
  model=model,
92
- tools=[final_answer, get_current_time_in_timezone, find_open_restaurants], ## add your tools here (don't remove final answer)
93
  max_steps=6,
94
  verbosity_level=1,
95
  grammar=None,
 
89
 
90
  agent = CodeAgent(
91
  model=model,
92
+ tools=[final_answer, get_current_time_in_timezone, find_restaurants_by_location], ## add your tools here (don't remove final answer)
93
  max_steps=6,
94
  verbosity_level=1,
95
  grammar=None,