1 implementation of GetLatestExecutionNamesAsync
Microsoft.Extensions.AI.Evaluation.Reporting (1)
Storage\DiskBasedResultStore.cs (1)
180public async IAsyncEnumerable<string> GetLatestExecutionNamesAsync(
1 reference to GetLatestExecutionNamesAsync
Microsoft.Extensions.AI.Evaluation.Reporting.Tests (1)
ResultStoreTester.cs (1)
45await foreach (string executionName in resultStore.GetLatestExecutionNamesAsync(n))