namespace AIStudio.Assistants.EMail; public enum WritingStyles { NONE = 0, BUSINESS_FORMAL, BUSINESS_INFORMAL, ACADEMIC, PERSONAL, }