Unreal OpenAI API 1.0.0
Loading...
Searching...
No Matches
FCompletionTokensDetails Struct Reference

Public Attributes

int32 Accepted_Prediction_Tokens {}
int32 Audio_Tokens {}
int32 Reasoning_Tokens {}
int32 Rejected_Prediction_Tokens {}

Member Data Documentation

◆ Accepted_Prediction_Tokens

int32 FCompletionTokensDetails::Accepted_Prediction_Tokens {}

When using Predicted Outputs, the number of tokens in the prediction that appeared in the completion.

◆ Audio_Tokens

int32 FCompletionTokensDetails::Audio_Tokens {}

Audio input tokens generated by the model.

◆ Reasoning_Tokens

int32 FCompletionTokensDetails::Reasoning_Tokens {}

Tokens generated by the model for reasoning.

◆ Rejected_Prediction_Tokens

int32 FCompletionTokensDetails::Rejected_Prediction_Tokens {}

When using Predicted Outputs, the number of tokens in the prediction that did not appear in the completion.


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