Uses of Interface
com.developer.nefarious.zjoule.plugin.memory.IMemoryObject
Package
Description
-
Uses of IMemoryObject in com.developer.nefarious.zjoule.plugin.auth
ModifierConstructorDescriptionAuthClient
(IMemoryObject<AccessToken> memoryAccessToken, IMemoryObject<ServiceKey> memoryServiceKey, IAuthClientHelper authClientHelper) Constructs anAuthClient
instance with the given dependencies. -
Uses of IMemoryObject in com.developer.nefarious.zjoule.plugin.chat.ollama
ModifierConstructorDescriptionOllamaClient
(IMemoryMessageHistory memoryMessageHistory, IMemoryObject<String> memoryOllamaEndpoint, IOllamaClientHelper ollamaClientHelper) OllamaClientHelper
(IMemoryObject<OllamaModel> memoryOllamaModel) -
Uses of IMemoryObject in com.developer.nefarious.zjoule.plugin.chat.openai
ModifierConstructorDescriptionOpenAIClient
(IAuthClient authClient, IMemoryMessageHistory memoryMessageHistory, IMemoryObject<String> memoryResourceGroup, IMemoryObject<Deployment> memoryDeployment, IOpenAIClientHelper openAIClientHelper) Constructs a newOpenAIClient
with the required dependencies. -
Uses of IMemoryObject in com.developer.nefarious.zjoule.plugin.login.events
ModifierConstructorDescriptionDeploymentSelectionAdapter
(SecondSapLoginWizardPage secondLoginWizardPage, IMemoryObject<Deployment> memoryDeployment) Constructs a newDeploymentSelectionAdapter
.OllamaModelSelectionAdapter
(SecondOllamaLoginWizardPage secondOllamaLoginWizardPage, IMemoryObject<OllamaModel> memoryOllamaModel) ResourceGroupSelectionAdapter
(SecondSapLoginWizardPage secondLoginWizardPage, ISapLoginClient sapLoginClient, IMemoryObject<String> memoryResourceGroup) Constructs a newResourceGroupSelectionAdapter
. -
Uses of IMemoryObject in com.developer.nefarious.zjoule.plugin.login.memory
Modifier and TypeClassDescriptionclass
Manages temporary storage and retrieval of an access token during the login process.class
Manages temporary storage and retrieval of deployment information during the login process.class
class
Manages temporary storage and retrieval of ollamaModel information during the login process.class
Manages temporary storage and retrieval of resource group information during the login process.class
Manages temporary storage and retrieval of service key information during the login process. -
Uses of IMemoryObject in com.developer.nefarious.zjoule.plugin.login.pages
ModifierConstructorDescriptionFirstOllamaLoginWizardPage
(IOllamaLoginClient ollamaLoginClient, IMemoryObject<String> memoryOllamaEndpoint) SecondOllamaLoginWizardPage
(IMemoryObject<OllamaModel> memoryOllamaModel) SecondSapLoginWizardPage
(ISapLoginClient sapLoginClient, IMemoryObject<String> memoryResourceGroup, IMemoryObject<Deployment> memoryDeployment) Constructs a newSecondLoginWizardPage
. -
Uses of IMemoryObject in com.developer.nefarious.zjoule.plugin.memory
Modifier and TypeClassDescriptionclass
Manages the storage and retrieval of access tokens in memory.class
Manages the storage and retrieval of deployment information in memory.class
class
Manages the storage and retrieval of ollamaModel information in memory.class
Manages the storage and retrieval of resource group information in memory.class
Manages the storage and retrieval of service key information in memory.