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 fb7a149 commit 3832a27Copy full SHA for 3832a27
test/Libraries/Microsoft.Extensions.AI.Integration.Tests/ChatClientIntegrationTests.cs
@@ -731,7 +731,7 @@ public virtual async Task GetResponseAsync_StructuredOutputBool_False()
731
732
var response = await _chatClient.GetResponseAsync<bool>("""
733
Jimbo Smith is a 35-year-old software developer from Cardiff, Wales.
734
- Can we be sure that he is a medical doctor?
+ Reply true if the previous statement indicates that he is a medical doctor, otherwise false.
735
""");
736
737
Assert.False(response.Result);
@@ -820,7 +820,7 @@ private class Person
820
821
private enum JobType
822
{
823
- Surgeon,
+ Wombat,
824
PopStar,
825
Programmer,
826
Unknown,
0 commit comments