Uses of Enum Class
io.intino.alexandria.ollama.OllamaMessage.Role
Packages that use OllamaMessage.Role
-
Uses of OllamaMessage.Role in io.intino.alexandria.ollama
Methods in io.intino.alexandria.ollama that return OllamaMessage.RoleModifier and TypeMethodDescriptionOllamaMessage.role()static OllamaMessage.RoleReturns the enum constant of this class with the specified name.static OllamaMessage.Role[]OllamaMessage.Role.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.intino.alexandria.ollama with parameters of type OllamaMessage.RoleConstructors in io.intino.alexandria.ollama with parameters of type OllamaMessage.RoleModifierConstructorDescriptionOllamaMessage(OllamaMessage.Role role, String content) OllamaMessage(OllamaMessage.Role role, String content, Collection<String> images) OllamaMessage(OllamaMessage.Role role, String content, Collection<String> images, Collection<OllamaToolCall> toolCalls) -
Uses of OllamaMessage.Role in io.intino.alexandria.ollama.requests
Methods in io.intino.alexandria.ollama.requests with parameters of type OllamaMessage.RoleModifier and TypeMethodDescriptionOllamaChatRequest.addMessage(OllamaMessage.Role role, String content) OllamaCreateModelRequest.addMessage(OllamaMessage.Role role, String content)