4 references to CreateMissingServiceException
Microsoft.Extensions.AI.Abstractions (4)
ChatCompletion\ChatClientExtensions.cs (2)
54throw Throw.CreateMissingServiceException(serviceType, serviceKey); 77throw Throw.CreateMissingServiceException(typeof(TService), serviceKey);
Embeddings\EmbeddingGeneratorExtensions.cs (2)
60throw Throw.CreateMissingServiceException(serviceType, serviceKey); 84throw Throw.CreateMissingServiceException(typeof(TService), serviceKey);