Which option best describes {% if multi_turn %}the conversation in `turns`{% else %}`test_case`{% endif %}? Each option is a label; where a description is given it is the authoritative boundary for that label.{% if multi_turn %} Consider the conversation as a whole, not just the last turn, unless a label description says otherwise.{% endif %}{% if allow_none %} Pick `NONE` only when no other label fits.{% else %} Pick the closest label even when the fit is imperfect.{% endif %}
