9 references to IfNullOrWhitespace
Microsoft.Extensions.AI.Abstractions (9)
ChatCompletion\ChatFinishReason.cs (1)
27
_value = Throw.
IfNullOrWhitespace
(value);
ChatCompletion\ChatRole.cs (1)
46
Value = Throw.
IfNullOrWhitespace
(value);
ChatCompletion\RequiredChatToolMode.cs (1)
37
_ = Throw.
IfNullOrWhitespace
(requiredFunctionName);
Contents\DataContent.cs (1)
62
_uri = Throw.
IfNullOrWhitespace
(uri);
Functions\AIFunctionMetadata.cs (2)
42
_name = Throw.
IfNullOrWhitespace
(name);
64
init => _name = Throw.
IfNullOrWhitespace
(value);
Functions\AIFunctionParameterMetadata.cs (3)
22
_name = Throw.
IfNullOrWhitespace
(name);
31
_ = Throw.
IfNullOrWhitespace
(metadata.Name);
47
init => _name = Throw.
IfNullOrWhitespace
(value);