1 write to HomeTown
Microsoft.Extensions.AI.Integration.Tests (1)
ChatClientIntegrationTests.cs (1)
1060
HomeTown
= "Cardiff",
4 references to HomeTown
Microsoft.Extensions.AI.Integration.Tests (4)
ChatClientIntegrationTests.cs (4)
967
Assert.Contains("Cardiff", response.Result.
HomeTown
);
1078
Assert.Equal(expectedPerson.
HomeTown
, response.Result.
HomeTown
);
1101
Assert.Contains("Cardiff", response.Result.
HomeTown
);