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

6 lines
190 B
C#

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