Code QuizBeginner

Ambiguous Reference in Prompt

Find the ambiguity that leaves the model guessing what to produce.

Codejavascript
const items = getRecommendations();
const prompt = "Give me a few good ones from these.";
const response = await callModel(prompt);

What is the bug in this prompt?