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