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