CaputAI commited on
Commit
f54b349
·
verified ·
1 Parent(s): 5d2acf3
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ with open("prompts.yaml", 'r') as stream:
71
 
72
  agent = CodeAgent(
73
  model=model,
74
- tools=[final_answer], ## add your tools here (don't remove final answer)
75
  max_steps=6,
76
  verbosity_level=1,
77
  grammar=None,
 
71
 
72
  agent = CodeAgent(
73
  model=model,
74
+ tools=[get_temperature, get_current_time_in_timezone, final_answer], ## add your tools here (don't remove final answer)
75
  max_steps=6,
76
  verbosity_level=1,
77
  grammar=None,