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 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

      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 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