AI-Studio/app/MindWork AI Studio/Components/Settings/SettingsPanelSynonyms.razor.cs

6 lines
192 B
C#

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