4 references to GenAINAText
Aspire.Dashboard (4)
Components_Dialogs_GenAIVisualizerDialog_razor.g.cs (4)
1931
var tokenText = tokenTotal == null ? Loc[nameof(Dialogs.
GenAINAText
)] : tokenTotal.Value.ToString(CultureInfo.CurrentCulture);
1935
tokenTooltip = 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
)]