2025-02-17 11:33:34 +00:00
|
|
|
namespace AIStudio.Components.Settings;
|
|
|
|
|
2025-03-07 18:18:23 +00:00
|
|
|
public partial class SettingsPanelAgentDataSourceSelection : SettingsPanelBase
|
|
|
|
{
|
|
|
|
protected override SettingsPanel Type => SettingsPanel.AGENT_DATA_SOURCE_SELECTION_PANEL;
|
|
|
|
}
|