Class AiServiceMethodCreateInfo.TemplateInfo
java.lang.Object
io.quarkiverse.langchain4j.runtime.aiservice.AiServiceMethodCreateInfo.TemplateInfo
- Enclosing class:
- AiServiceMethodCreateInfo
-
Constructor Details
-
TemplateInfo
-
-
Method Details
-
getText
-
getNameToParamPosition
-
getMethodParamPosition
-
fromText
public static AiServiceMethodCreateInfo.TemplateInfo fromText(String text, Map<String, Integer> nameToParamPosition) -
fromMethodParam
public static AiServiceMethodCreateInfo.TemplateInfo fromMethodParam(Integer methodParamPosition, Map<String, Integer> nameToParamPosition)
-