FabianHildebrandt commited on
Commit
e9bd7bc
·
verified ·
1 Parent(s): 469003b

Added the new tool

Browse files
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, get_current_time_in_timezone, modify_agent_description, get_yfinance_ticker_price], ## 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=[final_answer, get_current_time_in_timezone, modify_agent_description, get_yfinance_ticker_price, get_yfinance_ticker_name], ## add your tools here (don't remove final answer)
75
  max_steps=6,
76
  verbosity_level=1,
77
  grammar=None,