Uses of Class
com.composum.ai.backend.slingbase.model.GPTPromptLibrary
-
Packages that use GPTPromptLibrary Package Description com.composum.ai.backend.slingbase com.composum.ai.backend.slingbase.impl -
-
Uses of GPTPromptLibrary in com.composum.ai.backend.slingbase
Methods in com.composum.ai.backend.slingbase that return GPTPromptLibrary Modifier and Type Method Description default GPTPromptLibrary
AIConfigurationPlugin. getGPTPromptLibraryPaths(org.apache.sling.api.SlingHttpServletRequest request, String contentPath)
Reads the GPTPromptLibrary from sling context aware configurations or OSGI configurations, falling back to default values.GPTPromptLibrary
AIConfigurationService. getGPTPromptLibraryPaths(org.apache.sling.api.SlingHttpServletRequest request, String contentPath)
Reads theGPTPromptLibrary
from sling context aware configurations, falling back to OSGI configurations, falling back to default values.default GPTPromptLibrary
AIConfigurationPlugin. getGPTPromptLibraryPathsDefault()
Returns the default paths forAIConfigurationPlugin.getGPTPromptLibraryPaths(SlingHttpServletRequest, String)
. -
Uses of GPTPromptLibrary in com.composum.ai.backend.slingbase.impl
Methods in com.composum.ai.backend.slingbase.impl that return GPTPromptLibrary Modifier and Type Method Description GPTPromptLibrary
AIConfigurationServiceImpl. getGPTPromptLibraryPaths(@NotNull org.apache.sling.api.SlingHttpServletRequest request, String contentPath)
GPTPromptLibrary
OsgiAIPromptlibConfigurationPluginImpl. getGPTPromptLibraryPaths(@NotNull org.apache.sling.api.SlingHttpServletRequest request, String contentPath)
GPTPromptLibrary
SlingCaConfigPluginImpl. getGPTPromptLibraryPaths(@NotNull org.apache.sling.api.SlingHttpServletRequest request, String contentPath)
Methods in com.composum.ai.backend.slingbase.impl with parameters of type GPTPromptLibrary Modifier and Type Method Description protected void
OsgiAIPromptlibConfigurationPluginImpl. activate(GPTPromptLibrary configuration)
-