Uses of Interface
com.developer.nefarious.zjoule.plugin.chat.ollama.IOllamaClientHelper
Packages that use IOllamaClientHelper
-
Uses of IOllamaClientHelper in com.developer.nefarious.zjoule.plugin.chat.ollama
Classes in com.developer.nefarious.zjoule.plugin.chat.ollama that implement IOllamaClientHelperModifier and TypeClassDescriptionclass
A helper class for constructing requests and processing responses for the Ollama AI chat system.Constructors in com.developer.nefarious.zjoule.plugin.chat.ollama with parameters of type IOllamaClientHelperModifierConstructorDescriptionOllamaClient
(IMemoryMessageHistory memoryMessageHistory, IMemoryObject<String> memoryOllamaEndpoint, IOllamaClientHelper ollamaClientHelper) Constructs anOllamaClient
with the specified dependencies.