forked from HAL9000/cleveragents-core
5da2baef49
The implementation (providers/registry.py line 519) uses 2024-05-01-preview as the default Azure OpenAI API version, but the spec documented 2024-02-01. The implementation's choice is correct — 2024-05-01-preview supports the latest features including structured outputs and improved tool calling. Update the spec to match the implementation and add guidance for users who need a stable API version. Fixes the discrepancy reported in UAT issue #5807.