ahudock commited on
Commit
66465fd
·
1 Parent(s): bd1afaf

Add yf_selected_expiration

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -195,7 +195,7 @@ with open("prompts.yaml", 'r') as stream:
195
 
196
  agent = CodeAgent(
197
  model=model,
198
- tools=[final_answer, ddgs, yf_underlying_price, yf_atm_strike, yf_atm_call_price, yf_atm_put_price, yf_atm_call_iv, yf_atm_put_iv, yf_atm_straddle_price], ## add your tools here (don't remove final answer)
199
  max_steps=6,
200
  verbosity_level=1,
201
  grammar=None,
 
195
 
196
  agent = CodeAgent(
197
  model=model,
198
+ tools=[final_answer, ddgs, yf_underlying_price, yf_selected_expiration, yf_atm_strike, yf_atm_cal_price, yf_atm_put_price, yf_atm_call_iv, yf_atm_put_iv, yf_atm_straddle_price], ## add your tools here (don't remove final answer)
199
  max_steps=6,
200
  verbosity_level=1,
201
  grammar=None,