Spaces:
Runtime error
Runtime error
Update core/stock_analysis.py
Browse files- core/stock_analysis.py +1 -0
core/stock_analysis.py
CHANGED
|
@@ -90,6 +90,7 @@ def analyze_stock(ticker, llm):
|
|
| 90 |
|
| 91 |
PROVIDE THE DETAILS based on just the FACTS present in the document
|
| 92 |
PROVIDE THE DETAILS IN an JSON Object. Stick to the below JSON object
|
|
|
|
| 93 |
{{
|
| 94 |
"stock_summary": {{
|
| 95 |
"company_name": "",
|
|
|
|
| 90 |
|
| 91 |
PROVIDE THE DETAILS based on just the FACTS present in the document
|
| 92 |
PROVIDE THE DETAILS IN an JSON Object. Stick to the below JSON object
|
| 93 |
+
MAKE 100% SURE THAT THE "ticker" value is a valid ticker symbol from the documents from NSE India
|
| 94 |
{{
|
| 95 |
"stock_summary": {{
|
| 96 |
"company_name": "",
|