ofermend commited on
Commit
d53865c
·
1 Parent(s): 3201760

updated instructions

Browse files
Files changed (1) hide show
  1. agent.py +2 -1
agent.py CHANGED
@@ -122,7 +122,8 @@ def initialize_agent(_cfg, agent_progress_callback=None):
122
  - responses from ask_transcripts are summarized. You don't need to further summarize them.
123
  - Respond in a compact format by using appropriate units of measure (e.g., K for thousands, M for millions, B for billions).
124
  Do not report the same number twice (e.g. $100K and 100,000 USD).
125
- - Always use the 'income_statement' tool to obtain accurate financial data like revenues, expenses, net income, and other financial metrics for a specific company for the last 5 years.
 
126
  - Use the 'fmp_income_statement' tool (with the company ticker and year) to obtain financial data for any year before 2020.
127
  - Always check the 'get_company_info' and 'get_valid_years' tools to validate company and year are valid.
128
  - Do not include URLs unless they are provided in the output of a tool you use.
 
122
  - responses from ask_transcripts are summarized. You don't need to further summarize them.
123
  - Respond in a compact format by using appropriate units of measure (e.g., K for thousands, M for millions, B for billions).
124
  Do not report the same number twice (e.g. $100K and 100,000 USD).
125
+ - Always use the 'income_statement' tool to obtain accurate financial data like revenues, expenses, net income, and other financial metrics
126
+ for a specific company, for any the year 2020 or later.
127
  - Use the 'fmp_income_statement' tool (with the company ticker and year) to obtain financial data for any year before 2020.
128
  - Always check the 'get_company_info' and 'get_valid_years' tools to validate company and year are valid.
129
  - Do not include URLs unless they are provided in the output of a tool you use.