Uses of Class
com.developer.nefarious.zjoule.plugin.chat.ollama.OllamaChatMessage
Packages that use OllamaChatMessage
-
Uses of OllamaChatMessage in com.developer.nefarious.zjoule.plugin.chat.ollama
Methods in com.developer.nefarious.zjoule.plugin.chat.ollama that return OllamaChatMessageModifier and TypeMethodDescriptionOllamaRequestResponse.getMessage()
Retrieves the generated chat message.Methods in com.developer.nefarious.zjoule.plugin.chat.ollama with parameters of type OllamaChatMessageModifier and TypeMethodDescriptionvoid
OllamaRequestResponse.setMessage
(OllamaChatMessage message) Sets the generated chat message.