Uses of Enum Class
org.apache.camel.component.langchain4j.chat.LangChain4jChatOperations
Packages that use LangChain4jChatOperations
-
Uses of LangChain4jChatOperations in org.apache.camel.component.langchain4j.chat
Methods in org.apache.camel.component.langchain4j.chat that return LangChain4jChatOperationsModifier and TypeMethodDescriptionLangChain4jChatConfiguration.getChatOperation()
Operation in case of Endpoint of type CHAT.static LangChain4jChatOperations
Returns the enum constant of this class with the specified name.static LangChain4jChatOperations[]
LangChain4jChatOperations.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.component.langchain4j.chat with parameters of type LangChain4jChatOperationsModifier and TypeMethodDescriptionvoid
LangChain4jChatConfiguration.setChatOperation
(LangChain4jChatOperations chatOperation)