@using AIStudio.Provider @using AIStudio.Tools.ToolCallingSystem @inherits SettingsPanelBase @T("Configure global settings for each tool.") @T("Icon") @T("Name") @T("Description") @T("Minimum provider confidence") @T("Status") @T("Settings") @context.Implementation.GetDisplayName() @context.Implementation.GetDescription() @foreach (var confidenceLevel in this.GetSelectableConfidenceLevels()) { @this.GetConfidenceLevelName(confidenceLevel) } @if (context.ConfigurationState.IsConfigured) { } else { }