1 write to _scoreThreshold
Microsoft.Extensions.AI (1)
ChatRouting\SemanticRoutingChatClient.cs (1)
128
_scoreThreshold
= scoreThreshold;
2 references to _scoreThreshold
Microsoft.Extensions.AI (2)
ChatRouting\SemanticRoutingChatClient.cs (2)
216
return bestClientIndex >= 0 && bestScore >=
_scoreThreshold
270
return bestAggregatedClientIndex >= 0 && bestAggregatedScore >=
_scoreThreshold