Uses of Enum
io.github.amithkoujalgi.ollama4j.core.models.chat.OllamaChatMessageRole
Packages that use OllamaChatMessageRole
-
Uses of OllamaChatMessageRole in io.github.amithkoujalgi.ollama4j.core.models.chat
Methods in io.github.amithkoujalgi.ollama4j.core.models.chat that return OllamaChatMessageRoleModifier and TypeMethodDescriptionstatic OllamaChatMessageRole
Returns the enum constant of this type with the specified name.static OllamaChatMessageRole[]
OllamaChatMessageRole.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.github.amithkoujalgi.ollama4j.core.models.chat with parameters of type OllamaChatMessageRoleModifier and TypeMethodDescriptionOllamaChatRequestBuilder.withMessage
(OllamaChatMessageRole role, String content, String... imageUrls) OllamaChatRequestBuilder.withMessage
(OllamaChatMessageRole role, String content, List<File> images)