2025-02-22 19:51:06 +00:00
|
|
|
namespace AIStudio.Components.Settings;
|
|
|
|
|
2025-03-07 18:18:23 +00:00
|
|
|
public partial class SettingsPanelAgentRetrievalContextValidation : SettingsPanelBase
|
|
|
|
{
|
|
|
|
protected override SettingsPanel Type => SettingsPanel.AGENT_RETRIEVAL_CONTEXT_VALIDATION_PANEL;
|
|
|
|
}
|