fix issues

This commit is contained in:
Leonid Pershin
2025-10-17 06:15:46 +03:00
parent c5d91a1ad8
commit a96d4d8067
3 changed files with 21 additions and 9 deletions

View File

@@ -173,9 +173,7 @@ public class HistoryCompressionServiceTests : UnitTestBase
);
}
private static IAsyncEnumerable<OllamaSharp.Models.Chat.ChatResponseStream> ThrowAsyncEnumerable(
Exception exception
)
private static ThrowingAsyncEnumerable ThrowAsyncEnumerable(Exception exception)
{
return new ThrowingAsyncEnumerable(exception);
}