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

6 lines
188 B
C#

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