I am running a large amount of records through batch api using structured outputs with strict mode.
On some records I get the full request object back on the line of the output file but the content property that has the json string just stops before the end of the json object.
It’s not hitting maximum token limit as I have other larger records that work fine, it seems to fail halfway through outputting json on about 1% of requests.