Uses of Enum Class
io.quarkiverse.langchain4j.ollama.Role
Packages that use Role
Package
Description
-
Uses of Role in io.quarkiverse.langchain4j.ollama
Methods in io.quarkiverse.langchain4j.ollama that return RoleModifier and TypeMethodDescriptionMessage.role()Returns the value of therolerecord component.static RoleReturns the enum constant of this class with the specified name.static Role[]Role.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.quarkiverse.langchain4j.ollama with parameters of type RoleConstructors in io.quarkiverse.langchain4j.ollama with parameters of type Role -
Uses of Role in io.quarkiverse.langchain4j.ollama.runtime.jackson
Methods in io.quarkiverse.langchain4j.ollama.runtime.jackson that return RoleModifier and TypeMethodDescriptionRoleDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext deserializationContext)