5 references to TestSummarizingChatClient
Microsoft.Extensions.AI.Integration.Tests (5)
ChatClientIntegrationTests.cs (5)
1133var chatClient = new TestSummarizingChatClient(ChatClient, targetCount: 2, threshold: 1); 1174var chatClient = new TestSummarizingChatClient(ChatClient, targetCount: 2, threshold: 0); 1233.Use(innerClient => summarizingChatClient = new TestSummarizingChatClient(innerClient, targetCount: 2, threshold: 0)) 1269var chatClient = new TestSummarizingChatClient(ChatClient, targetCount: 2, threshold: 0); 1314var chatClient = new TestSummarizingChatClient(ChatClient, targetCount: 2, threshold: 0);