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