1 write to HomeTown
Microsoft.Extensions.AI.Integration.Tests (1)
ChatClientIntegrationTests.cs (1)
899HomeTown = "Cardiff",
4 references to HomeTown
Microsoft.Extensions.AI.Integration.Tests (4)
ChatClientIntegrationTests.cs (4)
806Assert.Contains("Cardiff", response.Result.HomeTown); 917Assert.Equal(expectedPerson.HomeTown, response.Result.HomeTown); 940Assert.Contains("Cardiff", response.Result.HomeTown);