Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
|
@@ -181,7 +181,7 @@ CRITICAL: Your entire response must be ONLY the JSON object. No explanations, no
|
|
| 181 |
|
| 182 |
Required JSON structure:
|
| 183 |
{{
|
| 184 |
-
|
| 185 |
"charts": [
|
| 186 |
{{
|
| 187 |
"key": "descriptive_name_in_snake_case",
|
|
@@ -193,7 +193,8 @@ Required JSON structure:
|
|
| 193 |
"chart_type": "bar",
|
| 194 |
"data": [{{"category": "A", "value": 50}}, {{"category": "B", "value": 75}}]
|
| 195 |
}}
|
| 196 |
-
]
|
|
|
|
| 197 |
}}
|
| 198 |
|
| 199 |
Instructions:
|
|
|
|
| 181 |
|
| 182 |
Required JSON structure:
|
| 183 |
{{
|
| 184 |
+
|
| 185 |
"charts": [
|
| 186 |
{{
|
| 187 |
"key": "descriptive_name_in_snake_case",
|
|
|
|
| 193 |
"chart_type": "bar",
|
| 194 |
"data": [{{"category": "A", "value": 50}}, {{"category": "B", "value": 75}}]
|
| 195 |
}}
|
| 196 |
+
],
|
| 197 |
+
"insights": "Executive summary with key findings and actionable recommendations. Use markdown formatting for readability."
|
| 198 |
}}
|
| 199 |
|
| 200 |
Instructions:
|