Format contract breaks on upgrade
The old model returned bare JSON; the new one wraps it in chat packaging, and the downstream parser fails on every request.
System:Return only JSON matching the schema.[… same prompt, before the upgrade …]Assistant:{"status": "approved", "limit": 5000}[… after the model-ID bump …]Assistant:Sure! Here's the structured data you requested:```json{"status": "approved", "limit": 5000}```