6 references to Throw
Microsoft.Extensions.AI.Integration.Tests (6)
ReducingChatClientTests.cs (6)
76
_reducer =
Throw
.IfNull(reducer);
123
_ =
Throw
.IfNull(builder);
124
_ =
Throw
.IfNull(reducer);
138
_tokenizer =
Throw
.IfNull(tokenizer);
139
_tokenLimit =
Throw
.IfLessThan(tokenLimit, 1);
144
_ =
Throw
.IfNull(chatMessages);