Unreal OpenAI API 1.0.0
Loading...
Searching...
No Matches
FCompletionResponseBase Struct Reference
Inheritance diagram for FCompletionResponseBase:
FCompletionResponse FCompletionStreamResponse

Public Attributes

FString ID {}
TArray< FChoiceChoices
int32 Created {}
FString Model {}
FString Object {}

Member Data Documentation

◆ Choices

TArray<FChoice> FCompletionResponseBase::Choices

The list of completion choices the model generated for the input prompt.

◆ Created

int32 FCompletionResponseBase::Created {}

The Unix timestamp (in seconds) of when the completion was created.

◆ ID

FString FCompletionResponseBase::ID {}

A unique identifier for the completion.

◆ Model

FString FCompletionResponseBase::Model {}

The model used for completion.

◆ Object

FString FCompletionResponseBase::Object {}

The object type, which is always "chat.completion"


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