namespace AIStudio.Assistants.ModelComparison; /// /// What the voter chose while the answers were still shown without the names of the models. /// /// /// This names a column on the screen, not a model. Which model stood in a column is what /// says. /// public enum ModelComparisonVote { COLUMN_A, COLUMN_B, TIE, }