module Builder abstract class PromptGeneric abstract def build(prompt : Prompt) end end