2 references to ArgumentNullException
Microsoft.Extensions.AI (2)
ChatCompletion\AnonymousDelegatingChatClient.cs (1)
186
Throw.
ArgumentNullException
(nameof(completeFunc), $"At least one of the {nameof(completeFunc)} or {nameof(completeStreamingFunc)} delegates must be non-null.");
Functions\AIFunctionFactory.cs (1)
203
Throw.
ArgumentNullException
(nameof(target), "Target must not be null for an instance method.");