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

Public Attributes

FOptionalBool Include_Obfuscation
FOptionalBool Include_Usage

Member Data Documentation

◆ Include_Obfuscation

FOptionalBool FStreamOptions::Include_Obfuscation

When true, stream obfuscation will be enabled. Stream obfuscation adds random characters to an obfuscation field on streaming delta events to normalize payload sizes. Set to false to optimize for bandwidth if you trust the network links.

◆ Include_Usage

FOptionalBool FStreamOptions::Include_Usage

If set, an additional chunk will be streamed before the data: [DONE] message. The usage field on this chunk shows the token usage statistics for the entire request, and the choices field will always be an empty array. All other chunks will also include a usage field, but with a null value.


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