1 write to _tokenLimit
Microsoft.Extensions.AI.Integration.Tests (1)
ReducingChatClientTests.cs (1)
127
_tokenLimit
= Throw.IfLessThan(tokenLimit, 1);
1 reference to _tokenLimit
Microsoft.Extensions.AI.Integration.Tests (1)
ReducingChatClientTests.cs (1)
144
if (totalCount >
_tokenLimit
)