gnodet commented on PR #25208: URL: https://github.com/apache/camel/pull/25208#issuecomment-5116928149
Thanks for the review! Addressed the feedback: - **`listWatsonxModels()` auth headers**: Switched to reuse `buildOpenAiAuthHeaders(resolveApiKey())` instead of manually constructing the Bearer header — now consistent with `listOpenAiModels()`. ✅ (commit 4bef4d4) The other two observations are acknowledged: - **JUnit vs AssertJ in `AiProviderSelectorTest`**: Agreed — the new assertions match the existing file style. Will leave as-is. - **`Harden.java` separate `ApiType` enum**: Pre-existing, tracked for future unification. _Claude Code on behalf of Guillaume Nodet_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
