| Package | Description |
|---|---|
| xyz.felh.openai.completion.chat |
| Modifier and Type | Method and Description |
|---|---|
static ChatMessageRole |
ChatMessageRole.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ChatMessageRole[] |
ChatMessageRole.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ChatMessage(ChatMessageRole role,
java.lang.String content) |
ChatMessage(ChatMessageRole role,
java.lang.String content,
java.lang.String name) |
Copyright © 2023. All Rights Reserved.