public class ChatCompletionResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
private List<ChatChoice> |
choices |
private Long |
created |
private String |
id |
(package private) Object |
logprobs |
private String |
model |
private String |
object |
private String |
systemFingerprint |
private Usage |
usage |
| Constructor and Description |
|---|
ChatCompletionResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
toPlainString() |
String |
toPlainStringStream() |
Copyright © 2024. All rights reserved.