Ensuring Deterministic Contact Extraction with Azure OpenAI gpt‑5.2
Summary Azure OpenAI’s gpt‑5.2 chat model is producing inconsistent and incomplete contact extraction results. The output varies between runs (sometimes 1 contact, sometimes 3), and the temperature setting is unavailable, making it hard to control determinism. Root Cause Stateless prompting – the model is asked to extract in a single turn, leading it to sample … Read more