2 instantiations of TestInputResponseContent
Microsoft.Extensions.AI.Tests (2)
ChatReduction\SummarizingChatReducerTests.cs (2)
101new ChatMessage(ChatRole.User, [new TestInputResponseContent("uir1")]), 190new ChatMessage(ChatRole.User, [new TestInputResponseContent("uir2")]),
4 references to TestInputResponseContent
Microsoft.Extensions.AI.Tests (4)
ChatReduction\SummarizingChatReducerTests.cs (4)
107Assert.DoesNotContain(msgs, m => m.Contents.Any(c => c is FunctionCallContent or FunctionResultContent or TestInputRequestContent or TestInputResponseContent)); 126m => Assert.Contains(m.Contents, c => c is TestInputResponseContent), 203Assert.DoesNotContain(msgList, m => m.Contents.Any(c => c is FunctionCallContent or FunctionResultContent or TestInputRequestContent or TestInputResponseContent)); 224Assert.DoesNotContain(resultList, m => m.Contents.Any(c => c is TestInputResponseContent));