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 49b259c commit 77b8d93Copy full SHA for 77b8d93
test/Libraries/Microsoft.Extensions.AI.OpenAI.Tests/OpenAISerializationTests.cs
@@ -531,6 +531,7 @@ public static async Task SerializeCompletion_SingleChoice()
531
"cached_tokens": 13
532
}
533
},
534
+ "object": "chat.completion",
535
"choices": [
536
{
537
"finish_reason": "stop",
@@ -556,8 +557,7 @@ public static async Task SerializeCompletion_SingleChoice()
556
557
558
559
],
- "created": 1727888631,
560
- "object": "chat.completion"
+ "created": 1727888631
561
562
""", result);
563
0 commit comments