Interface LangChain4jChatEndpointBuilderFactory.LangChain4jChatEndpointProducerBuilder
- All Superinterfaces:
org.apache.camel.builder.EndpointProducerBuilder
,org.apache.camel.EndpointProducerResolver
- All Known Subinterfaces:
LangChain4jChatEndpointBuilderFactory.LangChain4jChatEndpointBuilder
- Enclosing interface:
LangChain4jChatEndpointBuilderFactory
public static interface LangChain4jChatEndpointBuilderFactory.LangChain4jChatEndpointProducerBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
Builder for endpoint producers for the LangChain4j Chat component.
-
Method Summary
Modifier and TypeMethodDescriptionadvanced()
chatOperation
(String chatOperation) Operation in case of Endpoint of type CHAT.chatOperation
(org.apache.camel.component.langchain4j.chat.LangChain4jChatOperations chatOperation) Operation in case of Endpoint of type CHAT.Methods inherited from interface org.apache.camel.builder.EndpointProducerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getRawUri, getUri
Methods inherited from interface org.apache.camel.EndpointProducerResolver
resolve, resolve
-
Method Details
-
advanced
-
chatOperation
default LangChain4jChatEndpointBuilderFactory.LangChain4jChatEndpointProducerBuilder chatOperation(org.apache.camel.component.langchain4j.chat.LangChain4jChatOperations chatOperation) Operation in case of Endpoint of type CHAT. The value is one of the values of org.apache.camel.component.langchain4j.chat.LangChain4jChatOperations. The option is a:org.apache.camel.component.langchain4j.chat.LangChain4jChatOperations
type. Required: true Default: CHAT_SINGLE_MESSAGE Group: common- Parameters:
chatOperation
- the value to set- Returns:
- the dsl builder
-
chatOperation
default LangChain4jChatEndpointBuilderFactory.LangChain4jChatEndpointProducerBuilder chatOperation(String chatOperation) Operation in case of Endpoint of type CHAT. The value is one of the values of org.apache.camel.component.langchain4j.chat.LangChain4jChatOperations. The option will be converted to aorg.apache.camel.component.langchain4j.chat.LangChain4jChatOperations
type. Required: true Default: CHAT_SINGLE_MESSAGE Group: common- Parameters:
chatOperation
- the value to set- Returns:
- the dsl builder
-