Uses of Enum Class
dev.langchain4j.model.anthropic.internal.api.AnthropicRole
Packages that use AnthropicRole
-
Uses of AnthropicRole in dev.langchain4j.model.anthropic.internal.api
Subclasses with type arguments of type AnthropicRole in dev.langchain4j.model.anthropic.internal.apiFields in dev.langchain4j.model.anthropic.internal.api declared as AnthropicRoleMethods in dev.langchain4j.model.anthropic.internal.api that return AnthropicRoleModifier and TypeMethodDescriptionstatic AnthropicRole
Returns the enum constant of this class with the specified name.static AnthropicRole[]
AnthropicRole.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.langchain4j.model.anthropic.internal.api with parameters of type AnthropicRoleConstructors in dev.langchain4j.model.anthropic.internal.api with parameters of type AnthropicRoleModifierConstructorDescriptionAnthropicMessage
(AnthropicRole role, List<AnthropicMessageContent> content)