1 implementation of GetLatestExecutionNamesAsync
Microsoft.Extensions.AI.Evaluation.Reporting (1)
Storage\DiskBasedResultStore.cs (1)
181
public async IAsyncEnumerable<string>
GetLatestExecutionNamesAsync
(
4 references to GetLatestExecutionNamesAsync
Microsoft.Extensions.AI.Evaluation.Console (3)
Commands\CleanResultsCommand.cs (2)
63
resultStore.
GetLatestExecutionNamesAsync
(lastN, cancellationToken).ConfigureAwait(false))
69
resultStore.
GetLatestExecutionNamesAsync
(
Commands\ReportCommand.cs (1)
57
resultStore.
GetLatestExecutionNamesAsync
(lastN, cancellationToken).ConfigureAwait(false))
Microsoft.Extensions.AI.Evaluation.Reporting.Tests (1)
ResultStoreTester.cs (1)
45
await foreach (string executionName in resultStore.
GetLatestExecutionNamesAsync
(n))