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