6 references to Throw
Microsoft.Extensions.AI.Integration.Tests (6)
ReducingChatClientTests.cs (6)
71
_reducer =
Throw
.IfNull(reducer);
111
_ =
Throw
.IfNull(builder);
112
_ =
Throw
.IfNull(reducer);
126
_tokenizer =
Throw
.IfNull(tokenizer);
127
_tokenLimit =
Throw
.IfLessThan(tokenLimit, 1);
133
_ =
Throw
.IfNull(messages);