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)
66throw Throw.CreateMissingServiceException(serviceType, serviceKey); 93throw Throw.CreateMissingServiceException(typeof(TService), serviceKey);