ResponseObject.SafetyIdentifier Property

Definition

A stable identifier used to help detect users of your application that may be violating OpenAI's usage policies. The IDs should be a string that uniquely identifies each user. We recommend hashing their username or email address, in order to avoid sending us any identifying information. Learn more.

public string SafetyIdentifier { get; set; }
member this.SafetyIdentifier : string with get, set
Public Property SafetyIdentifier As String

Property Value

Applies to