user property
A unique identifier representing your end-user, which can help OpenAI to monitor and detect abuse.
Ref: https://platform.openai.com/docs/guides/safety-best-practices/end-user-ids
Implementation
String? user;
A unique identifier representing your end-user, which can help OpenAI to monitor and detect abuse.
Ref: https://platform.openai.com/docs/guides/safety-best-practices/end-user-ids
String? user;