1 write to _tokenLimit
Microsoft.Extensions.AI.Integration.Tests (1)
ReducingChatClientTests.cs (1)
139
_tokenLimit
= Throw.IfLessThan(tokenLimit, 1);
2 references to _tokenLimit
Microsoft.Extensions.AI.Integration.Tests (2)
ReducingChatClientTests.cs (2)
155
if (totalCount >
_tokenLimit
)
178
if (totalCount >
_tokenLimit
)