JiriOndrusek opened a new pull request, #25154: URL: https://github.com/apache/camel/pull/25154
## Summary - Make `AiToolSpecToLangChain4j` class and its `toToolSpecification()` method public - Add Javadoc to the class ## Motivation Downstream projects like camel-quarkus need to convert `AiToolSpec` to langchain4j `ToolSpecification` when bridging `AiToolRegistry` to langchain4j's `ToolProvider` SPI. Without public access, they must either duplicate ~45 lines of type-mapping logic or use reflection. The change is minimal — no behavioral change, no new API surface beyond exposing the existing utility. Jira: https://issues.apache.org/jira/browse/CAMEL-24270 -- 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]
