Uses of Interface
org.apache.camel.builder.component.dsl.Langchain4jChatComponentBuilderFactory.Langchain4jChatComponentBuilder
Packages that use Langchain4jChatComponentBuilderFactory.Langchain4jChatComponentBuilder
-
Uses of Langchain4jChatComponentBuilderFactory.Langchain4jChatComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return Langchain4jChatComponentBuilderFactory.Langchain4jChatComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.langchain4jChat()LangChain4j Chat (camel-langchain4j-chat) LangChain4j Chat component Category: ai Since: 4.5 Maven coordinates: org.apache.camel:camel-langchain4j-chat -
Uses of Langchain4jChatComponentBuilderFactory.Langchain4jChatComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement Langchain4jChatComponentBuilderFactory.Langchain4jChatComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return Langchain4jChatComponentBuilderFactory.Langchain4jChatComponentBuilderModifier and TypeMethodDescriptionLangchain4jChatComponentBuilderFactory.Langchain4jChatComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.Langchain4jChatComponentBuilderFactory.Langchain4jChatComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions (if possible) occurred while the Camel consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.Langchain4jChatComponentBuilderFactory.Langchain4jChatComponentBuilder.chatModel(dev.langchain4j.model.chat.ChatLanguageModel chatModel) Chat Language Model of type dev.langchain4j.model.chat.ChatLanguageModel.Langchain4jChatComponentBuilderFactory.Langchain4jChatComponentBuilder.chatOperation(org.apache.camel.component.langchain4j.chat.LangChain4jChatOperations chatOperation) Operation in case of Endpoint of type CHAT.Langchain4jChatComponentBuilderFactory.Langchain4jChatComponentBuilder.configuration(org.apache.camel.component.langchain4j.chat.LangChain4jChatConfiguration configuration) The configuration.Langchain4jChatComponentBuilderFactory.langchain4jChat()LangChain4j Chat (camel-langchain4j-chat) LangChain4j Chat component Category: ai Since: 4.5 Maven coordinates: org.apache.camel:camel-langchain4j-chatLangchain4jChatComponentBuilderFactory.Langchain4jChatComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).