Unreal OpenAI API 1.0.0
Public Attributes | List of all members
FChatCompletionResponseBase Struct Reference
Inheritance diagram for FChatCompletionResponseBase:
FChatCompletionResponse FChatCompletionStreamResponse

Public Attributes

FString ID
 
int32 Created {}
 
FString Model
 
FString Service_Tier
 
FString System_Fingerprint
 
FString Object
 

Member Data Documentation

◆ Created

int32 FChatCompletionResponseBase::Created {}

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

◆ ID

FString FChatCompletionResponseBase::ID

A unique identifier for the chat completion.

◆ Model

FString FChatCompletionResponseBase::Model

The model used for the chat completion.

◆ Object

FString FChatCompletionResponseBase::Object

The object type, which is always chat.completion.

◆ Service_Tier

FString FChatCompletionResponseBase::Service_Tier

The service tier used for processing the request. This field is only included if the service_tier parameter is specified in the request.

◆ System_Fingerprint

FString FChatCompletionResponseBase::System_Fingerprint

This fingerprint represents the backend configuration that the model runs with. Can be used in conjunction with the seed request parameter to understand when backend changes have been made that might impact determinism.


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