3 references to Throw
Microsoft.Extensions.AI.Integration.Tests (3)
ReducingChatClientTests.cs (3)
66
_tokenizer =
Throw
.IfNull(tokenizer);
67
_tokenLimit =
Throw
.IfLessThan(tokenLimit, 1);
73
_ =
Throw
.IfNull(messages);