Uses of Class
io.quarkiverse.langchain4j.runtime.aiservice.AiServiceMethodCreateInfo.TemplateInfo
Packages that use AiServiceMethodCreateInfo.TemplateInfo
-
Uses of AiServiceMethodCreateInfo.TemplateInfo in io.quarkiverse.langchain4j.runtime.aiservice
Methods in io.quarkiverse.langchain4j.runtime.aiservice that return AiServiceMethodCreateInfo.TemplateInfoModifier and TypeMethodDescriptionAiServiceMethodCreateInfo.TemplateInfo.fromMethodParam(Integer methodParamPosition, Map<String, Integer> nameToParamPosition) AiServiceMethodCreateInfo.TemplateInfo.fromText(String text, Map<String, Integer> nameToParamPosition) Methods in io.quarkiverse.langchain4j.runtime.aiservice that return types with arguments of type AiServiceMethodCreateInfo.TemplateInfoModifier and TypeMethodDescriptionAiServiceMethodCreateInfo.getSystemMessageInfo()AiServiceMethodCreateInfo.UserMessageInfo.getTemplate()Methods in io.quarkiverse.langchain4j.runtime.aiservice with parameters of type AiServiceMethodCreateInfo.TemplateInfoModifier and TypeMethodDescriptionAiServiceMethodCreateInfo.UserMessageInfo.fromTemplate(AiServiceMethodCreateInfo.TemplateInfo templateInfo, Optional<Integer> userNameParamPosition, String outputFormatInstructions) Constructor parameters in io.quarkiverse.langchain4j.runtime.aiservice with type arguments of type AiServiceMethodCreateInfo.TemplateInfoModifierConstructorDescriptionAiServiceMethodCreateInfo(String interfaceName, String methodName, Optional<AiServiceMethodCreateInfo.TemplateInfo> systemMessageInfo, AiServiceMethodCreateInfo.UserMessageInfo userMessageInfo, Optional<Integer> memoryIdParamPosition, boolean requiresModeration, Class<?> returnType, Optional<AiServiceMethodCreateInfo.MetricsTimedInfo> metricsTimedInfo, Optional<AiServiceMethodCreateInfo.MetricsCountedInfo> metricsCountedInfo, Optional<AiServiceMethodCreateInfo.SpanInfo> spanInfo) UserMessageInfo(Optional<AiServiceMethodCreateInfo.TemplateInfo> template, Optional<Integer> paramPosition, Optional<Integer> userNameParamPosition, String outputFormatInstructions)