namespace AIStudio.Components.Settings;
public partial class SettingsPanelSynonyms : SettingsPanelBase
{
protected override SettingsPanel Type => SettingsPanel.ASSISTANT_SYNONYMS_PANEL;
}