4 instantiations of TestUserInputResponseContent
Microsoft.Extensions.AI.Abstractions.Tests (4)
Contents\UserInputResponseContentTests.cs (4)
14Assert.Throws<ArgumentNullException>("id", () => new TestUserInputResponseContent(null!)); 15Assert.Throws<ArgumentException>("id", () => new TestUserInputResponseContent("")); 16Assert.Throws<ArgumentException>("id", () => new TestUserInputResponseContent("\r\t\n ")); 25TestUserInputResponseContent content = new(id);
1 reference to TestUserInputResponseContent
Microsoft.Extensions.AI.Abstractions.Tests (1)
Contents\UserInputResponseContentTests.cs (1)
25TestUserInputResponseContent content = new(id);