mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 19:39:46 +00:00
6 lines
206 B
C#
6 lines
206 B
C#
namespace AIStudio.Components.Settings;
|
|
|
|
public partial class SettingsPanelAgentContentCleaner : SettingsPanelBase
|
|
{
|
|
protected override SettingsPanel Type => SettingsPanel.AGENT_CONTENT_CLEANER_PANEL;
|
|
} |