import Foundation public enum PromptToCodeFeatureProvider: Int, CaseIterable { case openAI case githubCopilot }