FuncPhenomenon commited on
Commit
d340c70
·
verified ·
1 Parent(s): 6c925e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -133,7 +133,7 @@ with open("prompts.yaml", 'r') as stream:
133
 
134
  agent = CodeAgent(
135
  model=model,
136
- tools=[final_answer], ## add your tools here (don't remove final answer)
137
  max_steps=6,
138
  verbosity_level=1,
139
  grammar=None,
 
133
 
134
  agent = CodeAgent(
135
  model=model,
136
+ tools=[get_lastest_filing_info, get_current_time_in_timezone, final_answer], ## add your tools here (don't remove final answer)
137
  max_steps=6,
138
  verbosity_level=1,
139
  grammar=None,