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