davsclaus commented on code in PR #14296:
URL: https://github.com/apache/camel/pull/14296#discussion_r1623910213


##########
components/camel-ai/camel-langchain4j-chat/src/main/java/org/apache/camel/component/langchain4j/chat/LangChain4jChatEndpoint.java:
##########
@@ -41,6 +49,22 @@ public class LangChain4jChatEndpoint extends DefaultEndpoint 
{
     @UriParam
     private LangChain4jChatConfiguration configuration;
 
+    @Metadata(label = "consumer")
+    @UriParam(description = "simple Tool description")
+    private String description;
+
+    @Metadata(label = "consumer")
+    @UriParam(description = "simple Tool paramenter name")

Review Comment:
   Simple



##########
components/camel-ai/camel-langchain4j-chat/src/main/java/org/apache/camel/component/langchain4j/chat/LangChain4jChatEndpoint.java:
##########
@@ -41,6 +49,22 @@ public class LangChain4jChatEndpoint extends DefaultEndpoint 
{
     @UriParam
     private LangChain4jChatConfiguration configuration;
 
+    @Metadata(label = "consumer")
+    @UriParam(description = "simple Tool description")

Review Comment:
   Simple



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