◆ 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: