Uses of Interface
org.apache.camel.builder.component.dsl.SpringAiChatComponentBuilderFactory.SpringAiChatComponentBuilder
Packages that use SpringAiChatComponentBuilderFactory.SpringAiChatComponentBuilder
-
Uses of SpringAiChatComponentBuilderFactory.SpringAiChatComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return SpringAiChatComponentBuilderFactory.SpringAiChatComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.springAiChat()Spring AI Chat (camel-spring-ai-chat) Perform chat operations using Spring AI. -
Uses of SpringAiChatComponentBuilderFactory.SpringAiChatComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement SpringAiChatComponentBuilderFactory.SpringAiChatComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return SpringAiChatComponentBuilderFactory.SpringAiChatComponentBuilderModifier and TypeMethodDescriptionSpringAiChatComponentBuilderFactory.SpringAiChatComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.SpringAiChatComponentBuilderFactory.SpringAiChatComponentBuilder.chatModel(org.springframework.ai.chat.model.ChatModel chatModel) The ChatModel instance to use for chat operations.SpringAiChatComponentBuilderFactory.SpringAiChatComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).SpringAiChatComponentBuilderFactory.springAiChat()Spring AI Chat (camel-spring-ai-chat) Perform chat operations using Spring AI.