3 references to IfLessThan
Microsoft.Extensions.AI (3)
ChatCompletion\FunctionInvokingChatClient.cs (1)
228
set => field = Throw.
IfLessThan
(value, 0);
ChatReduction\SummarizingChatReducer.cs (1)
70
_thresholdCount = Throw.
IfLessThan
(threshold ?? 0, min: 0, nameof(threshold));
Realtime\FunctionInvokingRealtimeClient.cs (1)
107
set => field = Throw.
IfLessThan
(value, 0);