Uses of Enum Class
org.apache.camel.component.langchain4j.web.search.LangChain4jWebSearchResultType
-
Uses of LangChain4jWebSearchResultType in org.apache.camel.component.langchain4j.web.search
Methods in org.apache.camel.component.langchain4j.web.search that return LangChain4jWebSearchResultTypeModifier and TypeMethodDescriptionLangChain4jWebSearchConfiguration.getResultType()Returns the enum constant of this class with the specified name.static LangChain4jWebSearchResultType[]LangChain4jWebSearchResultType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.component.langchain4j.web.search with parameters of type LangChain4jWebSearchResultTypeModifier and TypeMethodDescriptionvoidLangChain4jWebSearchConfiguration.setResultType(LangChain4jWebSearchResultType resultType) TheLangChain4jWebSearchConfiguration.resultTypeis the result type of the request.