Multiple-Choice Questions
Answer multiple-choice questions. For questions with more than one correct answer, use the allow_multiple_classes
flag.
{
"prompt": "What animals have four legs?",
"categories": ["cat", "dog", "bird", "fish", "elephant", "snake"],
"allow_multiple_classes": true,
}
{
"choices": ["cat", "dog", "elephant"]
}