5 instantiations of TestSummarizingChatClient
Microsoft.Extensions.AI.Integration.Tests (5)
ChatClientIntegrationTests.cs (5)
1133var chatClient = new TestSummarizingChatClient(ChatClient, targetCount: 2, threshold: 1); 1175var chatClient = new TestSummarizingChatClient(ChatClient, targetCount: 2, threshold: 0); 1234.Use(innerClient => summarizingChatClient = new TestSummarizingChatClient(innerClient, targetCount: 2, threshold: 0)) 1270var chatClient = new TestSummarizingChatClient(ChatClient, targetCount: 2, threshold: 0); 1315var chatClient = new TestSummarizingChatClient(ChatClient, targetCount: 2, threshold: 0);
5 references to TestSummarizingChatClient
Microsoft.Extensions.AI.Integration.Tests (5)
ChatClientIntegrationTests.cs (5)
1133var chatClient = new TestSummarizingChatClient(ChatClient, targetCount: 2, threshold: 1); 1175var chatClient = new TestSummarizingChatClient(ChatClient, targetCount: 2, threshold: 0); 1231TestSummarizingChatClient summarizingChatClient = null!; 1270var chatClient = new TestSummarizingChatClient(ChatClient, targetCount: 2, threshold: 0); 1315var chatClient = new TestSummarizingChatClient(ChatClient, targetCount: 2, threshold: 0);