Class LangChain4jToolsConfiguration
java.lang.Object
org.apache.camel.component.langchain4j.tools.LangChain4jToolsConfiguration
- All Implemented Interfaces:
Cloneable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()dev.langchain4j.model.chat.ChatModelChat Model of type dev.langchain4j.model.chat.ChatModelvoidsetChatModel(dev.langchain4j.model.chat.ChatModel chatModel)
-
Constructor Details
-
LangChain4jToolsConfiguration
public LangChain4jToolsConfiguration()
-
-
Method Details
-
getChatModel
public dev.langchain4j.model.chat.ChatModel getChatModel()Chat Model of type dev.langchain4j.model.chat.ChatModel- Returns:
-
setChatModel
public void setChatModel(dev.langchain4j.model.chat.ChatModel chatModel) -
copy
-