Uses of Record 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.template()Returns the value of thetemplaterecord component.Methods in io.quarkiverse.langchain4j.runtime.aiservice with parameters of type AiServiceMethodCreateInfo.TemplateInfoModifier and TypeMethodDescriptionAiServiceMethodCreateInfo.UserMessageInfo.fromTemplate(AiServiceMethodCreateInfo.TemplateInfo templateInfo, Optional<Integer> userNameParamPosition) Method parameters in io.quarkiverse.langchain4j.runtime.aiservice with type arguments of type AiServiceMethodCreateInfo.TemplateInfoModifier and TypeMethodDescriptionAiServiceMethodCreateInfo.ResponseSchemaInfo.of(boolean enabled, Optional<AiServiceMethodCreateInfo.TemplateInfo> systemMessageInfo, Optional<AiServiceMethodCreateInfo.TemplateInfo> userMessageInfo, 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, AiServiceMethodCreateInfo.ResponseSchemaInfo responseSchemaInfo, List<String> toolClassNames) UserMessageInfo(Optional<AiServiceMethodCreateInfo.TemplateInfo> template, Optional<Integer> paramPosition, Optional<Integer> userNameParamPosition) Creates an instance of aUserMessageInforecord class.