fix issues
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user