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