1 write to HtmlTemplateAfter
Microsoft.Extensions.AI.Evaluation.Reporting (1)
Formats\Html\HtmlReportWriter.cs (1)
95HtmlTemplateAfter = all.Substring(start + SearchString.Length);
2 references to HtmlTemplateAfter
Microsoft.Extensions.AI.Evaluation.Reporting (1)
Formats\Html\HtmlReportWriter.cs (1)
57await writer.WriteAsync(HtmlTemplateAfter.AsMemory(), cancellationToken).ConfigureAwait(false);
Microsoft.Extensions.AI.Evaluation.Reporting.Tests (1)
EmbeddingTests.cs (1)
19Assert.NotEmpty(HtmlReportWriter.HtmlTemplateAfter);