Class AiServicesRecorder
java.lang.Object
io.quarkiverse.langchain4j.runtime.AiServicesRecorder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void<T> Function<io.quarkus.arc.SyntheticCreationalContext<T>,T> static AiServiceMethodCreateInfogetAiServiceMethodCreateInfo(String className, String methodId) static Map<String,AiServiceClassCreateInfo> voidsetMetadata(Map<String, AiServiceClassCreateInfo> metadata)
-
Constructor Details
-
AiServicesRecorder
public AiServicesRecorder()
-
-
Method Details
-
setMetadata
-
getMetadata
-
clearMetadata
public static void clearMetadata() -
getAiServiceMethodCreateInfo
public static AiServiceMethodCreateInfo getAiServiceMethodCreateInfo(String className, String methodId) -
createDeclarativeAiService
public <T> Function<io.quarkus.arc.SyntheticCreationalContext<T>,T> createDeclarativeAiService(DeclarativeAiServiceCreateInfo info)
-