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