java.lang.Object
io.quarkiverse.langchain4j.runtime.aiservice.DeclarativeAiServiceCreateInfo
public class DeclarativeAiServiceCreateInfo
extends Object
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DeclarativeAiServiceCreateInfo
public DeclarativeAiServiceCreateInfo(String serviceClassName,
String languageModelSupplierClassName,
List<String> toolsClassNames,
String chatMemoryProviderSupplierClassName,
String retrieverSupplierClassName,
String auditServiceClassSupplierName)
-
Method Details
-
getServiceClassName
public String getServiceClassName()
-
getLanguageModelSupplierClassName
public String getLanguageModelSupplierClassName()
-
-
getChatMemoryProviderSupplierClassName
public String getChatMemoryProviderSupplierClassName()
-
getRetrieverSupplierClassName
public String getRetrieverSupplierClassName()
-
getAuditServiceClassSupplierName
public String getAuditServiceClassSupplierName()