3 references to RetryAsync
Microsoft.Extensions.AI.OpenAI.Tests (3)
OpenAIHostedFileClientIntegrationTests.cs (3)
54string downloadedContent = await RetryAsync(async () => 211var dataContent = await RetryAsync(() => _client.DownloadAsDataContentAsync(uploadedFileId)); 244string savedPath = await RetryAsync(() => _client.DownloadToAsync(uploadedFileId, tempDir));