Identify why this prompt gives the model too little to work with.
function buildPrompt() { return "Write about it and make it good."; } const prompt = buildPrompt();
What is the flaw in this prompt?