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)
202
if (
_topK
== 1)
237
int matchCount = Math.Min(
_topK
, matches.Length);