This is an automated email from the ASF dual-hosted git repository.

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new cc11f95d0cb CAMEL-21502: fixed incorrect reference to the chat 
component
cc11f95d0cb is described below

commit cc11f95d0cb073f92799f9a1204c0b9bd3063d79
Author: Otavio Rodolfo Piske <angusyo...@gmail.com>
AuthorDate: Tue Dec 3 10:15:51 2024 +0100

    CAMEL-21502: fixed incorrect reference to the chat component
---
 .../src/main/docs/langchain4j-tools-component.adoc                      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components/camel-ai/camel-langchain4j-tools/src/main/docs/langchain4j-tools-component.adoc
 
b/components/camel-ai/camel-langchain4j-tools/src/main/docs/langchain4j-tools-component.adoc
index fa24ec5d308..c843f2d14fb 100644
--- 
a/components/camel-ai/camel-langchain4j-tools/src/main/docs/langchain4j-tools-component.adoc
+++ 
b/components/camel-ai/camel-langchain4j-tools/src/main/docs/langchain4j-tools-component.adoc
@@ -120,7 +120,7 @@ in the consumer route `${header.userId}` can be used.
 from("direct:test")
     .to("langchain4j-tools:test1?tags=users");
 
-from("langchain4j-chat:test1?tags=users&description=Query user database by 
user ID&parameter.userId=integer")
+from("langchain4j-tools:test1?tags=users&description=Query user database by 
user ID&parameter.userId=integer")
     .to("sql:SELECT name FROM users WHERE id = :#userId");
 ----
 

Reply via email to