namespace JSMR.Application.Common; public enum AIGeneration { None = 0, Partial = 1, Full = 2 }