ResponseStreamOptions.IncludeObfuscation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When true, stream obfuscation will be enabled. Stream obfuscation adds
random characters to an obfuscation field on streaming delta events to
normalize payload sizes as a mitigation to certain side-channel attacks.
These obfuscation fields are included by default, but add a small amount
of overhead to the data stream. You can set include_obfuscation to
false to optimize for bandwidth if you trust the network links between
your application and the OpenAI API.
public bool? IncludeObfuscation { get; set; }
member this.IncludeObfuscation : Nullable<bool> with get, set
Public Property IncludeObfuscation As Nullable(Of Boolean)