Uses of Class
io.quarkiverse.langchain4j.runtime.aiservice.AiServiceMethodCreateInfo
Packages that use AiServiceMethodCreateInfo
-
Uses of AiServiceMethodCreateInfo in io.quarkiverse.langchain4j.runtime
Methods in io.quarkiverse.langchain4j.runtime that return AiServiceMethodCreateInfoModifier and TypeMethodDescriptionstatic AiServiceMethodCreateInfoAiServicesRecorder.getAiServiceMethodCreateInfo(String className, String methodId) -
Uses of AiServiceMethodCreateInfo in io.quarkiverse.langchain4j.runtime.aiservice
Methods in io.quarkiverse.langchain4j.runtime.aiservice that return types with arguments of type AiServiceMethodCreateInfoModifier and TypeMethodDescriptionAiServiceClassCreateInfo.methodMap()Returns the value of themethodMaprecord component.Constructors in io.quarkiverse.langchain4j.runtime.aiservice with parameters of type AiServiceMethodCreateInfoModifierConstructorDescriptionInput(QuarkusAiServiceContext context, AiServiceMethodCreateInfo createInfo, Object[] methodArgs) Constructor parameters in io.quarkiverse.langchain4j.runtime.aiservice with type arguments of type AiServiceMethodCreateInfoModifierConstructorDescriptionAiServiceClassCreateInfo(Map<String, AiServiceMethodCreateInfo> methodMap, String implClassName) Creates an instance of aAiServiceClassCreateInforecord class.