Uses of Interface
com.composum.ai.backend.slingbase.AIConfigurationService
-
Packages that use AIConfigurationService Package Description com.composum.ai.aem.core.impl.autotranslate com.composum.ai.aem.core.impl.autotranslate.rollout com.composum.ai.backend.slingbase com.composum.ai.backend.slingbase.experimential.impl com.composum.ai.backend.slingbase.impl com.composum.ai.composum.bundle Composum ChatGPT Composum Bundle : Composum interface to the ChatGPT backend.com.composum.ai.composum.bundle.model -
-
Uses of AIConfigurationService in com.composum.ai.aem.core.impl.autotranslate
Fields in com.composum.ai.aem.core.impl.autotranslate declared as AIConfigurationService Modifier and Type Field Description protected AIConfigurationService
AutoPageTranslateServiceImpl. configurationService
-
Uses of AIConfigurationService in com.composum.ai.aem.core.impl.autotranslate.rollout
Fields in com.composum.ai.aem.core.impl.autotranslate.rollout declared as AIConfigurationService Modifier and Type Field Description protected AIConfigurationService
AutoTranslateLiveActionFactory. configurationService
protected AIConfigurationService
AutoTranslateLiveActionImpl. configurationService
Constructors in com.composum.ai.aem.core.impl.autotranslate.rollout with parameters of type AIConfigurationService Constructor Description AutoTranslateLiveActionImpl(org.apache.sling.api.resource.ValueMap config, com.day.cq.wcm.msm.commons.BaseActionFactory<? extends com.day.cq.wcm.msm.api.LiveAction> liveActionFactory, AutoPageTranslateService autoPageTranslateService, AIConfigurationService configurationService, AutoTranslateService autoTranslateService)
-
Uses of AIConfigurationService in com.composum.ai.backend.slingbase
Fields in com.composum.ai.backend.slingbase declared as AIConfigurationService Modifier and Type Field Description protected AIConfigurationService
AICreateServlet. configurationService
protected AIConfigurationService
AIDictationServlet. configurationService
-
Uses of AIConfigurationService in com.composum.ai.backend.slingbase.experimential.impl
Fields in com.composum.ai.backend.slingbase.experimential.impl declared as AIConfigurationService Modifier and Type Field Description protected AIConfigurationService
AITemplatingServiceImpl. configurationService
-
Uses of AIConfigurationService in com.composum.ai.backend.slingbase.impl
Classes in com.composum.ai.backend.slingbase.impl that implement AIConfigurationService Modifier and Type Class Description class
AIConfigurationServiceImpl
Collects the configurations fromAIConfigurationPlugin
s and aggregates them.Fields in com.composum.ai.backend.slingbase.impl declared as AIConfigurationService Modifier and Type Field Description protected AIConfigurationService
RAGServiceImpl. aiConfigurationService
-
Uses of AIConfigurationService in com.composum.ai.composum.bundle
Fields in com.composum.ai.composum.bundle declared as AIConfigurationService Modifier and Type Field Description protected AIConfigurationService
AIServlet. configurationService
-
Uses of AIConfigurationService in com.composum.ai.composum.bundle.model
Fields in com.composum.ai.composum.bundle.model declared as AIConfigurationService Modifier and Type Field Description protected AIConfigurationService
CreateDialogModel. aiConfigurationService
protected AIConfigurationService
SidebarDialogModel. aiConfigurationService
Methods in com.composum.ai.composum.bundle.model that return AIConfigurationService Modifier and Type Method Description protected AIConfigurationService
CreateDialogModel. getAIConfigurationService()
protected AIConfigurationService
SidebarDialogModel. getAIConfigurationService()
-