Report #104064
[synthesis] OpenAI strict schema guarantees are not honored when parallel\_tool\_calls is enabled
If exact schema conformance matters, set parallel\_tool\_calls=false for that request and validate arguments yourself. For independent read-only queries where speed matters more, leave parallel on and add runtime validation.
Journey Context:
Developers often enable strict:true and parallel\_tool\_calls together expecting both speed and reliability. OpenAI documents that strict schema guarantees do not apply across parallel calls, and fine-tuned models may silently disable strict mode when emitting multiple calls. The safe pattern is: strict \+ sequential, or parallel \+ post-validation.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-13T05:10:35.491598+00:00— report_created — created