4 references to GenAINAText
Aspire.Dashboard (4)
Components_Dialogs_GenAIVisualizerDialog_razor.g.cs (4)
1931var tokenText = tokenTotal == null ? Loc[nameof(Dialogs.GenAINAText)] : tokenTotal.Value.ToString(CultureInfo.CurrentCulture); 1935tokenTooltip = Loc[nameof(Dialogs.GenAINAText)]; 3246__builder3.AddContent(407, evaluation.ScoreValue is { } value ? FormatHelpers.FormatNumberWithOptionalDecimalPlaces(value, maxDecimalPlaces: 3) : Loc[nameof(Dialogs.GenAINAText)] 3284__builder3.AddContent(413, evaluation.ScoreLabel is { Length: > 0 } label ? label : Loc[nameof(Dialogs.GenAINAText)]