1 write to _topK
Microsoft.Extensions.AI (1)
ChatRouting\SemanticRoutingChatClient.cs (1)
126_topK = topK;
2 references to _topK
Microsoft.Extensions.AI (2)
ChatRouting\SemanticRoutingChatClient.cs (2)
202if (_topK == 1) 237int matchCount = Math.Min(_topK, matches.Length);