Croway opened a new pull request, #22516: URL: https://github.com/apache/camel/pull/22516
## Summary - Introduce `OpenAIOperations` enum with `chatCompletion`, `embeddings`, and `toolExecution` values - Change the `operation` field in `OpenAIEndpoint` from `String` to `OpenAIOperations` - Existing URI-based usage (`openai:chat-completion`, `openai:embeddings`, `openai:tool-execution`) remains fully backward compatible via `fromValue()` lookup - Visual tooling (Kaoto, Karavan, etc.) will now render the operation as a dropdown _Claude Code on behalf of Federico Mariani_ -- 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]
