| Package | Description |
|---|---|
| dev.ai4j.openai4j.chat |
| Modifier and Type | Method and Description |
|---|---|
Role |
UserMessage.role() |
Role |
ToolMessage.role() |
Role |
SystemMessage.role() |
Role |
Message.role() |
Role |
FunctionMessage.role()
Deprecated.
|
Role |
Delta.role() |
Role |
AssistantMessage.role() |
static Role |
Role.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Role[] |
Role.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Delta.Builder |
Delta.Builder.role(Role role) |
Copyright © 2023. All rights reserved.