SemanticRoutingChatClient.ScoreAggregation Enum

Definition

Specifies how profile similarity scores are aggregated for each client.

public: enum class SemanticRoutingChatClient::ScoreAggregation
public enum SemanticRoutingChatClient.ScoreAggregation
type SemanticRoutingChatClient.ScoreAggregation = 
Public Enum SemanticRoutingChatClient.ScoreAggregation
Inheritance
SemanticRoutingChatClient.ScoreAggregation

Fields

Name Value Description
Mean 0

Average the matching profile scores for each client.

Sum 1

Sum the matching profile scores for each client.

Applies to