fix: Added AnyOf for DoneReason. #22
dotnet.yml
on: push
Build, test and publish
/
Build, test and publish
3m 24s
Annotations
5 errors
Sends_Assistant_Answer_To_Streamer:
src/tests/Ollama.IntegrationTests/Tests.Chat.cs#L17
Test method Ollama.IntegrationTests.Tests.Sends_Assistant_Answer_To_Streamer threw exception:
System.Text.Json.JsonException: Invalid AnyOf<String, Nullable`1> object.
|
Sends_Messages_As_User:
src/tests/Ollama.IntegrationTests/Tests.Chat.cs#L23
Test method Ollama.IntegrationTests.Tests.Sends_Messages_As_User threw exception:
System.Text.Json.JsonException: Invalid AnyOf<String, Nullable`1> object.
|
Returns_User_And_Assistant_Message_History:
src/tests/Ollama.IntegrationTests/Tests.Chat.cs#L35
Test method Ollama.IntegrationTests.Tests.Returns_User_And_Assistant_Message_History threw exception:
System.Text.Json.JsonException: Invalid AnyOf<String, Nullable`1> object.
|
Sends_Messages_As_Defined_Role:
src/tests/Ollama.IntegrationTests/Tests.Chat.cs#L52
Test method Ollama.IntegrationTests.Tests.Sends_Messages_As_Defined_Role threw exception:
System.Text.Json.JsonException: Invalid AnyOf<String, Nullable`1> object.
|
Build, test and publish / Build, test and publish
Process completed with exit code 1.
|