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)
216return bestClientIndex >= 0 && bestScore >= _scoreThreshold 270return bestAggregatedClientIndex >= 0 && bestAggregatedScore >= _scoreThreshold