Spaces:
Runtime error
Runtime error
Commit ·
98601b8
1
Parent(s): d55dc5e
CHeck the json
Browse files- business_continuity.py +2 -1
business_continuity.py
CHANGED
|
@@ -132,7 +132,8 @@ Your output MUST be in this EXACT format with NO DEVIATIONS:
|
|
| 132 |
"third_party_vendors_unavailability_strategy": "Strategy for supplier disruptions (2-3 sentences).",
|
| 133 |
"vendor_reasoning": "Why this vendor strategy works (1 sentence)."
|
| 134 |
}
|
| 135 |
-
|
|
|
|
| 136 |
DO NOT add markdown code blocks, explanations, or any text before or after the JSON. ONLY output the raw JSON object."""
|
| 137 |
|
| 138 |
# Create user message - simplified
|
|
|
|
| 132 |
"third_party_vendors_unavailability_strategy": "Strategy for supplier disruptions (2-3 sentences).",
|
| 133 |
"vendor_reasoning": "Why this vendor strategy works (1 sentence)."
|
| 134 |
}
|
| 135 |
+
GIVE ONLY this JSON output. DO NOT include any other text, explanations, or formatting.
|
| 136 |
+
THE ENTIRE CODE DEPENDS ON THIS JSON STRUCTURE BEING CORRECT. PLEASE ensure the JSON is valid and parsable.
|
| 137 |
DO NOT add markdown code blocks, explanations, or any text before or after the JSON. ONLY output the raw JSON object."""
|
| 138 |
|
| 139 |
# Create user message - simplified
|