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