mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 22:59:47 +00:00
6 lines
231 B
C#
6 lines
231 B
C#
namespace AIStudio.Components.Settings;
|
|
|
|
public partial class SettingsPanelAgentRetrievalContextValidation : SettingsPanelBase
|
|
{
|
|
protected override SettingsPanel Type => SettingsPanel.AGENT_RETRIEVAL_CONTEXT_VALIDATION_PANEL;
|
|
} |