Uses of Interface
com.developer.nefarious.zjoule.plugin.login.api.IOllamaLoginClient
Packages that use IOllamaLoginClient
Package
Description
-
Uses of IOllamaLoginClient in com.developer.nefarious.zjoule.plugin.login.api
Classes in com.developer.nefarious.zjoule.plugin.login.api that implement IOllamaLoginClientModifier and TypeClassDescriptionclass
A client for handling Ollama login-related API interactions. -
Uses of IOllamaLoginClient in com.developer.nefarious.zjoule.plugin.login.pages
Constructors in com.developer.nefarious.zjoule.plugin.login.pages with parameters of type IOllamaLoginClientModifierConstructorDescriptionFirstOllamaLoginWizardPage
(IOllamaLoginClient ollamaLoginClient, IMemoryObject<String> memoryOllamaEndpoint) Constructs aFirstOllamaLoginWizardPage
for entering the Ollama endpoint.