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