skurtis commited on
Commit
e394e84
·
verified ·
1 Parent(s): 12aafb4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import yaml
6
  from tools.final_answer import FinalAnswerTool
7
  from Gradio_UI import GradioUI
8
 
9
- # Below is an example of a tool that does nothing. Amaze us with your creativity !
10
  @tool
11
  def pull_rates(fred_id: str)-> str: #it's import to specify the return type
12
  #Keep this format for the description / args / args description but feel free to modify the tool
 
6
  from tools.final_answer import FinalAnswerTool
7
  from Gradio_UI import GradioUI
8
 
9
+ # thoughts - add another tool to convert a users english input "10 year treasury yield": DGS10 to the appropriate ID
10
  @tool
11
  def pull_rates(fred_id: str)-> str: #it's import to specify the return type
12
  #Keep this format for the description / args / args description but feel free to modify the tool