Uses of Interface
org.apache.camel.builder.component.dsl.LangchainChatComponentBuilderFactory.LangchainChatComponentBuilder
Packages that use LangchainChatComponentBuilderFactory.LangchainChatComponentBuilder
-
Uses of LangchainChatComponentBuilderFactory.LangchainChatComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return LangchainChatComponentBuilderFactory.LangchainChatComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.langchainChat()langChain4j Chat (camel-langchain-chat) LangChain4j Chat component Category: ai Since: 4.5 Maven coordinates: org.apache.camel:camel-langchain-chat -
Uses of LangchainChatComponentBuilderFactory.LangchainChatComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement LangchainChatComponentBuilderFactory.LangchainChatComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return LangchainChatComponentBuilderFactory.LangchainChatComponentBuilderModifier and TypeMethodDescriptionLangchainChatComponentBuilderFactory.LangchainChatComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.LangchainChatComponentBuilderFactory.LangchainChatComponentBuilder.chatModel(dev.langchain4j.model.chat.ChatLanguageModel chatModel) Chat Language Model of type dev.langchain4j.model.chat.ChatLanguageModel.LangchainChatComponentBuilderFactory.LangchainChatComponentBuilder.chatOperation(org.apache.camel.component.chat.LangChainChatOperations chatOperation) Operation in case of Endpoint of type CHAT.LangchainChatComponentBuilderFactory.LangchainChatComponentBuilder.configuration(org.apache.camel.component.chat.LangChainChatConfiguration configuration) The configuration.LangchainChatComponentBuilderFactory.langchainChat()langChain4j Chat (camel-langchain-chat) LangChain4j Chat component Category: ai Since: 4.5 Maven coordinates: org.apache.camel:camel-langchain-chatLangchainChatComponentBuilderFactory.LangchainChatComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).