Unreal OpenAI API 1.0.0
|
Public Attributes | |
TArray< FChatStreamChoice > | Choices |
FUsage | Usage |
![]() | |
FString | ID |
int32 | Created {} |
FString | Model |
FString | Service_Tier |
FString | System_Fingerprint |
FString | Object |
TArray<FChatStreamChoice> FChatCompletionStreamResponse::Choices |
A list of chat completion choices. Can be more than one if n is greater than 1.
FUsage FChatCompletionStreamResponse::Usage |
An optional field that will only be present when you set stream_options: {"include_usage": true} in your request. When present, it contains a null value except for the last chunk which contains the token usage statistics for the entire request.