fix(dotAI): forward maxCompletionTokens to Azure OpenAI builder for gpt-5.x and o-series models#36608
fix(dotAI): forward maxCompletionTokens to Azure OpenAI builder for gpt-5.x and o-series models#36608ihoffmann-dot wants to merge 2 commits into
Conversation
…pt-5.x and o-series models
|
Claude finished @ihoffmann-dot's task in 3m 43s —— View job Code Review
The core change is correct: New Issues
Test gaps
None of the above block merge — the primary fix is sound. The |
…odelProviderStrategy
Summary
maxCompletionTokenswas defined inProviderConfigbut never forwarded to the LangChain4J Azure builder, leaving gpt-5.x and o-series users unable to control output lengthbuildChatModelandbuildStreamingChatModelmaxTokensguard (dotCMS convention)Test plan
maxCompletionTokensin the providerConfig — verify it is respectedmaxTokens— verify it still works unchangedCloses #36607
🤖 Generated with Claude Code