SemanticRoutingChatClient.ScoreAggregation Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Fields
| Name | Value | Description |
|---|---|---|
| Mean | 0 | Average the matching profile scores for each client. |
| Sum | 1 | Sum the matching profile scores for each client. |