1 write to _targetCount
Microsoft.Extensions.AI (1)
ChatReduction\MessageCountingChatReducer.cs (1)
36
_targetCount
= Throw.IfLessThanOrEqual(targetCount, min: 0);
2 references to _targetCount
Microsoft.Extensions.AI (2)
ChatReduction\MessageCountingChatReducer.cs (2)
49
Queue<ChatMessage> reducedMessages = new(capacity:
_targetCount
);
59
if (reducedMessages.Count >=
_targetCount
)