3 references to _keywords
Microsoft.Extensions.AI.Integration.Tests (3)
ToolReductionTests.cs (3)
529
private static int VectorLength =>
_keywords
.Length + 1;
547
for (int i = 0; i <
_keywords
.Length; i++)
549
if (lower.Contains(
_keywords
[i]))