Skip to content

Commit 77b8d93

Browse files
committed
Try to fix CI failure
1 parent 49b259c commit 77b8d93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Libraries/Microsoft.Extensions.AI.OpenAI.Tests/OpenAISerializationTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -531,6 +531,7 @@ public static async Task SerializeCompletion_SingleChoice()
531531
"cached_tokens": 13
532532
}
533533
},
534+
"object": "chat.completion",
534535
"choices": [
535536
{
536537
"finish_reason": "stop",
@@ -556,8 +557,7 @@ public static async Task SerializeCompletion_SingleChoice()
556557
}
557558
}
558559
],
559-
"created": 1727888631,
560-
"object": "chat.completion"
560+
"created": 1727888631
561561
}
562562
""", result);
563563
}

0 commit comments

Comments
 (0)