Spaces:
Running
Running
updated instructions
Browse files
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
|
|
|
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.
|