user property

String? user
getter/setter pair

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;