Uses of Record Class
io.quarkiverse.langchain4j.runtime.aiservice.AiServiceMethodCreateInfo.ResponseSchemaInfo
Packages that use AiServiceMethodCreateInfo.ResponseSchemaInfo
-
Uses of AiServiceMethodCreateInfo.ResponseSchemaInfo in io.quarkiverse.langchain4j.runtime.aiservice
Methods in io.quarkiverse.langchain4j.runtime.aiservice that return AiServiceMethodCreateInfo.ResponseSchemaInfoModifier and TypeMethodDescriptionAiServiceMethodCreateInfo.getResponseSchemaInfo()AiServiceMethodCreateInfo.ResponseSchemaInfo.of(boolean enabled, Optional<AiServiceMethodCreateInfo.TemplateInfo> systemMessageInfo, Optional<AiServiceMethodCreateInfo.TemplateInfo> userMessageInfo, String outputFormatInstructions) Constructors in io.quarkiverse.langchain4j.runtime.aiservice with parameters of type AiServiceMethodCreateInfo.ResponseSchemaInfoModifierConstructorDescriptionAiServiceMethodCreateInfo(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)