Uses of Interface
org.apache.camel.builder.component.dsl.Langchain4jToolsComponentBuilderFactory.Langchain4jToolsComponentBuilder
Packages that use Langchain4jToolsComponentBuilderFactory.Langchain4jToolsComponentBuilder
-
Uses of Langchain4jToolsComponentBuilderFactory.Langchain4jToolsComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return Langchain4jToolsComponentBuilderFactory.Langchain4jToolsComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.langchain4jTools()LangChain4j Tools (camel-langchain4j-tools) LangChain4j Tools and Function Calling Features Category: ai Since: 4.8 Maven coordinates: org.apache.camel:camel-langchain4j-tools -
Uses of Langchain4jToolsComponentBuilderFactory.Langchain4jToolsComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement Langchain4jToolsComponentBuilderFactory.Langchain4jToolsComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return Langchain4jToolsComponentBuilderFactory.Langchain4jToolsComponentBuilderModifier and TypeMethodDescriptionLangchain4jToolsComponentBuilderFactory.Langchain4jToolsComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.Langchain4jToolsComponentBuilderFactory.Langchain4jToolsComponentBuilder.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.Langchain4jToolsComponentBuilderFactory.Langchain4jToolsComponentBuilder.chatModel(dev.langchain4j.model.chat.ChatLanguageModel chatModel) Chat Language Model of type dev.langchain4j.model.chat.ChatLanguageModel.Langchain4jToolsComponentBuilderFactory.Langchain4jToolsComponentBuilder.configuration(org.apache.camel.component.langchain4j.tools.LangChain4jToolsConfiguration configuration) The configuration.Langchain4jToolsComponentBuilderFactory.langchain4jTools()LangChain4j Tools (camel-langchain4j-tools) LangChain4j Tools and Function Calling Features Category: ai Since: 4.8 Maven coordinates: org.apache.camel:camel-langchain4j-toolsLangchain4jToolsComponentBuilderFactory.Langchain4jToolsComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).