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