litellm/tests/test_litellm/llms/azure/chat
mateo-berri b418ccd738 fix(azure): flatten top-level tool schema combinators on Azure chat completions
Azure's chat completions validator rejects tool parameters carrying a
top-level anyOf/oneOf/allOf for every model family. AzureOpenAIConfig and
the o-series config now flatten them via the shared helper moved to
prompt_templates common_utils. Requests bridged to the Responses API for
gpt-5.4+ with reasoning active keep the union, which that surface accepts
2026-08-29 21:27:57 -07:00
..
test_azure_base_model_routing.py Litellm oss staging 2 (#28582) 2026-05-22 10:04:23 -07:00
test_azure_chat_gpt_transformation.py fix(azure): flatten top-level tool schema combinators on Azure chat completions 2026-08-29 21:27:57 -07:00
test_azure_chat_o_series_transformation.py fix(azure): flatten top-level tool schema combinators on Azure chat completions 2026-08-29 21:27:57 -07:00
test_azure_gpt5_transformation.py fix(gpt-5): resolve temperature support from the model's default reasoning effort 2026-08-27 18:46:18 -07:00