Class LangChain4jToolsConfiguration

java.lang.Object
org.apache.camel.component.langchain4j.tools.LangChain4jToolsConfiguration
All Implemented Interfaces:
Cloneable

@Configurer @UriParams public class LangChain4jToolsConfiguration extends Object implements Cloneable
  • Constructor Details

    • LangChain4jToolsConfiguration

      public LangChain4jToolsConfiguration()
  • Method Details

    • getChatModel

      public dev.langchain4j.model.chat.ChatLanguageModel getChatModel()
      Chat Language Model of type dev.langchain4j.model.chat.ChatLanguageModel
      Returns:
    • setChatModel

      public void setChatModel(dev.langchain4j.model.chat.ChatLanguageModel chatModel)
    • copy