4 references to Mean
Microsoft.Extensions.AI (3)
ChatRouting\SemanticRoutingChatClient.cs (3)
93ScoreAggregation scoreAggregation = ScoreAggregation.Mean, 110if (scoreAggregation is not ScoreAggregation.Mean and not ScoreAggregation.Sum) 260float score = _scoreAggregation == ScoreAggregation.Mean
Microsoft.Extensions.AI.Tests (1)
ChatRouting\SemanticRoutingChatClientTests.cs (1)
127[InlineData(SemanticRoutingChatClient.ScoreAggregation.Mean, "code")]