Table of Contents

Enum VotingMethod

Namespace
JD.AI.Core.Agents.Orchestration.Strategies
Assembly
JD.AI.Core.dll

Method for aggregating votes.

public enum VotingMethod

Fields

Majority = 0

Simple majority wins.

Unanimous = 2

All agents must agree.

WeightedConfidence = 1

Weighted by agent confidence/weight.