oscerd opened a new pull request, #26188: URL: https://github.com/apache/camel/pull/26188
## Issue [CAMEL-24648](https://issues.apache.org/jira/browse/CAMEL-24648) ## Context Follow-up to [CAMEL-24539](https://issues.apache.org/jira/browse/CAMEL-24539) / #26110, which moved the embeddings and audio full responses to operation-specific exchange properties. That PR merged before the review feedback below was addressed, so this PR lands it. ## Changes - **Tests** — add `storeFullResponse` coverage to `OpenAIAudioTranscriptionMockTest` and `OpenAIAudioTranslationMockTest`, each asserting the full response lands under the operation-specific property (`CamelOpenAIAudioTranscriptionResponse` / `CamelOpenAIAudioTranslationResponse`) and is **not** set under the chat-completion `CamelOpenAIResponse` — the exact regression class CAMEL-24539 fixed. - **Docs** — `openai-operations.adoc` now documents `storeFullResponse` for the embeddings, audio transcription and audio translation operations, mirroring the image operation. Test-and-docs only; no production code change. ## Testing - `OpenAIAudioTranscriptionMockTest` and `OpenAIAudioTranslationMockTest` green (8 tests each). - `mvn -Psourcecheck validate` green. 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- 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]
