namespace AIStudio.Tools.PluginSystem; public class AssistantDropdownItem { public string Value { get; set; } = string.Empty; public string Display { get; set; } = string.Empty; }