Skip to content

Commit

Permalink
CAMEL-21502: fixed incorrect reference to the chat component (#16426)
Browse files Browse the repository at this point in the history
  • Loading branch information
orpiske authored Dec 3, 2024
1 parent 7c8c326 commit 1372c95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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");
----

Expand Down

0 comments on commit 1372c95

Please sign in to comment.