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 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) Constructor parameters in io.quarkiverse.langchain4j.runtime.aiservice with type arguments of type AiServiceMethodCreateInfo.TemplateInfoModifierConstructorDescriptionAiServiceMethodCreateInfo(Optional<AiServiceMethodCreateInfo.TemplateInfo> systemMessageInfo, AiServiceMethodCreateInfo.UserMessageInfo userMessageInfo, Optional<Integer> memoryIdParamPosition, boolean requiresModeration, Class<?> returnType) UserMessageInfo(Optional<AiServiceMethodCreateInfo.TemplateInfo> template, Optional<Integer> paramPosition, Optional<String> instructions, Optional<Integer> userNameParamPosition)