Implemented interface member:
method
GetLatestExecutionNamesAsync
Microsoft.Extensions.AI.Evaluation.Reporting.IResultStore.GetLatestExecutionNamesAsync(System.Int32?, System.Threading.CancellationToken)
3 references to GetLatestExecutionNamesAsync
Microsoft.Extensions.AI.Evaluation.Console (3)
Commands\CleanResultsCommand.cs (2)
42resultStore.GetLatestExecutionNamesAsync(lastN, cancellationToken).ConfigureAwait(false)) 48resultStore.GetLatestExecutionNamesAsync(
Commands\ReportCommand.cs (1)
33resultStore.GetLatestExecutionNamesAsync(lastN, cancellationToken).ConfigureAwait(false))