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 GPTPromptLibraryAIConfigurationPlugin. 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.GPTPromptLibraryAIConfigurationService. getGPTPromptLibraryPaths(org.apache.sling.api.SlingHttpServletRequest request, String contentPath)Reads theGPTPromptLibraryfrom sling context aware configurations, falling back to OSGI configurations, falling back to default values.default GPTPromptLibraryAIConfigurationPlugin. 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 GPTPromptLibraryAIConfigurationServiceImpl. getGPTPromptLibraryPaths(@NotNull org.apache.sling.api.SlingHttpServletRequest request, String contentPath)GPTPromptLibraryOsgiAIPromptlibConfigurationPluginImpl. getGPTPromptLibraryPaths(@NotNull org.apache.sling.api.SlingHttpServletRequest request, String contentPath)GPTPromptLibrarySlingCaConfigPluginImpl. 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 voidOsgiAIPromptlibConfigurationPluginImpl. activate(GPTPromptLibrary configuration) 
 -