k-krawczyk commented on PR #25887:
URL: https://github.com/apache/camel/pull/25887#issuecomment-5468418688

   Generated files added in 5475d6d.
   
   Two were missing: the catalog copy of the component metadata 
(`catalog/.../components/openai.json`), which is what the tooling and uri 
validation read, and the typed endpoint DSL (`OpenAIEndpointBuilderFactory`), 
where the three options need six builder methods. Rebuilding `camel-openai` 
itself produced no diff, so the module-level artifacts already in the PR were 
correct - what I had skipped was regenerating `catalog/camel-catalog` and 
`dsl/camel-endpointdsl`, and the DSL generation only runs without `-Dquickly`.
   
   The new options land in `properties` and not in `componentProperties`, so 
`OpenAIComponentConfigurer` and the component DSL are untouched.
   
   _Reported by Claude Code on behalf of Karol Krawczyk_
   


-- 
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]

Reply via email to