using xExceptions.Attributes; namespace xAiService.Constants { public enum XAiApiEndpoint { [StringValue("AskAI")] Ask, } }