Class AiServiceMethodCreateInfo
java.lang.Object
io.quarkiverse.langchain4j.runtime.aiservice.AiServiceMethodCreateInfo
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
-
Constructor Summary
ConstructorsConstructorDescriptionAiServiceMethodCreateInfo
(Optional<AiServiceMethodCreateInfo.TemplateInfo> systemMessageInfo, AiServiceMethodCreateInfo.UserMessageInfo userMessageInfo, Optional<Integer> memoryIdParamPosition, boolean requiresModeration, Class<?> returnType) -
Method Summary
-
Constructor Details
-
AiServiceMethodCreateInfo
public AiServiceMethodCreateInfo(Optional<AiServiceMethodCreateInfo.TemplateInfo> systemMessageInfo, AiServiceMethodCreateInfo.UserMessageInfo userMessageInfo, Optional<Integer> memoryIdParamPosition, boolean requiresModeration, Class<?> returnType)
-
-
Method Details
-
getSystemMessageInfo
-
getUserMessageInfo
-
getMemoryIdParamPosition
-
isRequiresModeration
public boolean isRequiresModeration() -
getReturnType
-