5 instantiations of TestSummarizingChatClient
Microsoft.Extensions.AI.Integration.Tests (5)
ChatClientIntegrationTests.cs (5)
1142var chatClient = new TestSummarizingChatClient(ChatClient, targetCount: 2, threshold: 1);
1184var chatClient = new TestSummarizingChatClient(ChatClient, targetCount: 2, threshold: 0);
1243.Use(innerClient => summarizingChatClient = new TestSummarizingChatClient(innerClient, targetCount: 2, threshold: 0))
1279var chatClient = new TestSummarizingChatClient(ChatClient, targetCount: 2, threshold: 0);
1324var chatClient = new TestSummarizingChatClient(ChatClient, targetCount: 2, threshold: 0);
5 references to TestSummarizingChatClient
Microsoft.Extensions.AI.Integration.Tests (5)