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
commit 6a7e0a3f93474ce476f6759be6521ba74e54ec34 Author: Otavio Rodolfo Piske <[email protected]> AuthorDate: Mon Jan 5 15:57:56 2026 +0100 (chores) camel-langchain4j-tools: fix typo --- .../langchain4j/tools/LangChain4jToolMultipleMatchingGroupsTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-ai/camel-langchain4j-tools/src/test/java/org/apache/camel/component/langchain4j/tools/LangChain4jToolMultipleMatchingGroupsTest.java b/components/camel-ai/camel-langchain4j-tools/src/test/java/org/apache/camel/component/langchain4j/tools/LangChain4jToolMultipleMatchingGroupsTest.java index e1d1dbc2dcf5..c1c8add368c1 100644 --- a/components/camel-ai/camel-langchain4j-tools/src/test/java/org/apache/camel/component/langchain4j/tools/LangChain4jToolMultipleMatchingGroupsTest.java +++ b/components/camel-ai/camel-langchain4j-tools/src/test/java/org/apache/camel/component/langchain4j/tools/LangChain4jToolMultipleMatchingGroupsTest.java @@ -103,7 +103,7 @@ public class LangChain4jToolMultipleMatchingGroupsTest extends CamelTestSupport List<ChatMessage> messages = new ArrayList<>(); messages.add(new SystemMessage( """ - You provide the requested information using the functions you hava available. You can invoke the functions to obtain the information you need to complete the answer. + You provide the requested information using the functions you have available. You can invoke the functions to obtain the information you need to complete the answer. """)); messages.add(new UserMessage(""" What is the name of the user 1 and what department he is part of?
