Unreal OpenAI API 1.0.0
Loading...
Searching...
No Matches
FChatCompletionStreamResponse Struct Reference
Inheritance diagram for FChatCompletionStreamResponse:
FChatCompletionResponseBase

Public Attributes

TArray< FChatStreamChoiceChoices
FUsage Usage
Public Attributes inherited from FChatCompletionResponseBase
FString ID
int32 Created {}
FString Model
FString Service_Tier
FString System_Fingerprint
FString Object

Member Data Documentation

◆ Choices

TArray<FChatStreamChoice> FChatCompletionStreamResponse::Choices

A list of chat completion choices. Can be more than one if n is greater than 1.

◆ Usage

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.


The documentation for this struct was generated from the following file: