We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04ccab1 commit 344a43fCopy full SHA for 344a43f
tests/Chat/ChatSmokeTests.cs
@@ -829,6 +829,7 @@ public void SerializeChatMessageWithNoContent(bool fromRawJson)
829
}
830
831
832
+#pragma warning disable CS0618
833
[Test]
834
public void AssistantAndFunctionMessagesHandleNoContentCorrectly()
835
{
@@ -847,6 +848,7 @@ public void AssistantAndFunctionMessagesHandleNoContentCorrectly()
847
848
string serializedFunctionChatMessage = ModelReaderWriter.Write(functionChatMessage).ToString();
849
Assert.That(serializedFunctionChatMessage, Does.Contain(@"""content"":null"));
850
851
+#pragma warning restore CS0618
852
853
#pragma warning disable CS0618
854
0 commit comments