Uses of Class
com.composum.sling.nodes.ai.AIService.ResponseFormat
-
Packages that use AIService.ResponseFormat Package Description com.composum.sling.nodes.ai com.composum.sling.nodes.ai.impl -
-
Uses of AIService.ResponseFormat in com.composum.sling.nodes.ai
Methods in com.composum.sling.nodes.ai that return AIService.ResponseFormat Modifier and Type Method Description static AIService.ResponseFormat
AIService.ResponseFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static AIService.ResponseFormat[]
AIService.ResponseFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.composum.sling.nodes.ai with parameters of type AIService.ResponseFormat Modifier and Type Method Description String
AIService. prompt(String systemprompt, String prompt, AIService.ResponseFormat responseFormat)
Simplest AI related service: execute a prompt and return the response of the AI. -
Uses of AIService.ResponseFormat in com.composum.sling.nodes.ai.impl
Methods in com.composum.sling.nodes.ai.impl with parameters of type AIService.ResponseFormat Modifier and Type Method Description String
AIServiceImpl. prompt(String systemmsg, String usermsg, AIService.ResponseFormat responseFormat)
-