Uses of Interface
com.developer.nefarious.zjoule.plugin.memory.IMemoryObject
Packages that use IMemoryObject
Package
Description
-
Uses of IMemoryObject in com.developer.nefarious.zjoule.plugin.auth
Constructors in com.developer.nefarious.zjoule.plugin.auth with parameters of type IMemoryObjectModifierConstructorDescriptionAuthClient
(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
Constructors in com.developer.nefarious.zjoule.plugin.chat.ollama with parameters of type IMemoryObjectModifierConstructorDescriptionOllamaClient
(IMemoryMessageHistory memoryMessageHistory, IMemoryObject<String> memoryOllamaEndpoint, IOllamaClientHelper ollamaClientHelper) Constructs anOllamaClient
with the specified dependencies.OllamaClientHelper
(IMemoryObject<OllamaModel> memoryOllamaModel) Constructs anOllamaClientHelper
with the specified memory storage. -
Uses of IMemoryObject in com.developer.nefarious.zjoule.plugin.chat.openai
Constructors in com.developer.nefarious.zjoule.plugin.chat.openai with parameters of type IMemoryObjectModifierConstructorDescriptionOpenAIClient
(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
Constructors in com.developer.nefarious.zjoule.plugin.login.events with parameters of type IMemoryObjectModifierConstructorDescriptionDeploymentSelectionAdapter
(SecondSapLoginWizardPage secondLoginWizardPage, IMemoryObject<Deployment> memoryDeployment) Constructs a newDeploymentSelectionAdapter
.OllamaModelSelectionAdapter
(SecondOllamaLoginWizardPage secondOllamaLoginWizardPage, IMemoryObject<OllamaModel> memoryOllamaModel) Constructs anOllamaModelSelectionAdapter
for handling model selection events.ResourceGroupSelectionAdapter
(SecondSapLoginWizardPage secondLoginWizardPage, ISapLoginClient sapLoginClient, IMemoryObject<String> memoryResourceGroup) Constructs a newResourceGroupSelectionAdapter
. -
Uses of IMemoryObject in com.developer.nefarious.zjoule.plugin.login.memory
Classes in com.developer.nefarious.zjoule.plugin.login.memory that implement IMemoryObjectModifier 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
A temporary memory storage for the Ollama endpoint used during the login process.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
Constructors in com.developer.nefarious.zjoule.plugin.login.pages with parameters of type IMemoryObjectModifierConstructorDescriptionFirstOllamaLoginWizardPage
(IOllamaLoginClient ollamaLoginClient, IMemoryObject<String> memoryOllamaEndpoint) Constructs aFirstOllamaLoginWizardPage
for entering the Ollama endpoint.SecondOllamaLoginWizardPage
(IMemoryObject<OllamaModel> memoryOllamaModel) Constructs aSecondOllamaLoginWizardPage
for selecting an Ollama model.SecondSapLoginWizardPage
(ISapLoginClient sapLoginClient, IMemoryObject<String> memoryResourceGroup, IMemoryObject<Deployment> memoryDeployment) Constructs a newSecondLoginWizardPage
. -
Uses of IMemoryObject in com.developer.nefarious.zjoule.plugin.memory
Classes in com.developer.nefarious.zjoule.plugin.memory that implement IMemoryObjectModifier and TypeClassDescriptionclass
Manages the storage and retrieval of access tokens in memory.class
Manages the storage and retrieval of deployment information in memory.class
A singleton class for managing the persistence of the Ollama endpoint in Eclipse preferences.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.