4 references to AddKeyedChatClient
Microsoft.Extensions.AI (1)
ChatCompletion\ChatClientBuilderServiceCollectionExtensions.cs (1)
71return AddKeyedChatClient(serviceCollection, serviceKey, _ => innerClient, lifetime);
Microsoft.Extensions.AI.Tests (3)
ChatCompletion\DependencyInjectionPatterns.cs (3)
65ServiceCollection.AddKeyedChatClient("mykey", services => new TestChatClient { Services = services }) 144? sc.AddKeyedChatClient("key", services => new TestChatClient(), lifetime.Value) 145: sc.AddKeyedChatClient("key", services => new TestChatClient());