5 instantiations of TestSummarizingChatClient
Microsoft.Extensions.AI.Integration.Tests (5)
ChatClientIntegrationTests.cs (5)
1142var chatClient = new TestSummarizingChatClient(ChatClient, targetCount: 2, threshold: 1); 1183var chatClient = new TestSummarizingChatClient(ChatClient, targetCount: 2, threshold: 0); 1242.Use(innerClient => summarizingChatClient = new TestSummarizingChatClient(innerClient, targetCount: 2, threshold: 0)) 1278var chatClient = new TestSummarizingChatClient(ChatClient, targetCount: 2, threshold: 0); 1323var chatClient = new TestSummarizingChatClient(ChatClient, targetCount: 2, threshold: 0);
5 references to TestSummarizingChatClient
Microsoft.Extensions.AI.Integration.Tests (5)
ChatClientIntegrationTests.cs (5)
1142var chatClient = new TestSummarizingChatClient(ChatClient, targetCount: 2, threshold: 1); 1183var chatClient = new TestSummarizingChatClient(ChatClient, targetCount: 2, threshold: 0); 1239TestSummarizingChatClient summarizingChatClient = null!; 1278var chatClient = new TestSummarizingChatClient(ChatClient, targetCount: 2, threshold: 0); 1323var chatClient = new TestSummarizingChatClient(ChatClient, targetCount: 2, threshold: 0);