Truncated JSON consumed downstream
The extraction hits the token limit mid-array, the stop reason goes unchecked, and a lenient parser delivers a silently partial result.
User:Extract all 40 line items from this invoice as JSON.Assistant:[{"item": "Server hosting", "amount": 1200}, {"item": "SSL certificates", "amount": 340}, {"item": "Backup stor[… stop reason: "length"; a lenient parser recovers 28 complete items and the pipeline records the invoice as fully processed …]