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