You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenAI has several public facing types that are extensible enums with a single constant value. The generator recently changed its' behavior to generate constants as strings, vs extensible enums. We should explore a way to maintain this behavior in OpenAI, possibly through a visitor.