rairo commited on
Commit
eaa491a
·
verified ·
1 Parent(s): c61b3e4

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +3 -2
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
- "insights": "Executive summary with key findings and actionable recommendations. Use markdown formatting for readability.",
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: