public final class ChatCompletionChoice extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ChatCompletionChoice.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ChatCompletionChoice.Builder |
builder() |
Delta |
delta() |
boolean |
equals(Object another) |
String |
finishReason() |
int |
hashCode() |
Integer |
index() |
AssistantMessage |
message() |
String |
toString() |
public Integer index()
public AssistantMessage message()
public Delta delta()
public String finishReason()
public static ChatCompletionChoice.Builder builder()
Copyright © 2024. All rights reserved.