2025-01-05 14:11:15 +00:00
|
|
|
namespace AIStudio.Components.Settings;
|
|
|
|
|
2025-03-07 18:18:23 +00:00
|
|
|
public partial class SettingsPanelAgentContentCleaner : SettingsPanelBase
|
|
|
|
{
|
|
|
|
protected override SettingsPanel Type => SettingsPanel.AGENT_CONTENT_CLEANER_PANEL;
|
|
|
|
}
|