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 704bbe449b3f8bb27c660f6400383fe9cb2af028
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Tue Sep 3 14:59:57 2024 +0200

    CAMEL-21153: fixed invalid link reference
---
 .../src/main/docs/langchain4j-chat-component.adoc                       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components/camel-ai/camel-langchain4j-chat/src/main/docs/langchain4j-chat-component.adoc
 
b/components/camel-ai/camel-langchain4j-chat/src/main/docs/langchain4j-chat-component.adoc
index c530275e5b2..0a20c28ab8e 100644
--- 
a/components/camel-ai/camel-langchain4j-chat/src/main/docs/langchain4j-chat-component.adoc
+++ 
b/components/camel-ai/camel-langchain4j-chat/src/main/docs/langchain4j-chat-component.adoc
@@ -160,7 +160,7 @@ String response = 
template.requestBody("direct:send-multiple", messages, String.
 
 === Chat with Tool
 
-IMPORTANT: as of Camel 4.8.0 this feature is deprecated. Users should use the 
xref:langchain4j-tool-component.adoc[LangChain4j Tool component].
+IMPORTANT: as of Camel 4.8.0 this feature is deprecated. Users should use the 
xref:langchain4j-tools-component.adoc[LangChain4j Tool component].
 
 Camel langchain4j-chat component as a consumer can be used to implement a 
LangChain tool.
 Right now tools are supported only via the OpenAiChatModel backed by OpenAI 
APIs.

Reply via email to