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