Enum VotingMethod
- Namespace
- JD.AI.Core.Agents.Orchestration.Strategies
- Assembly
- JD.AI.Core.dll
Method for aggregating votes.
public enum VotingMethod
Fields
Majority = 0Simple majority wins.
Unanimous = 2All agents must agree.
WeightedConfidence = 1Weighted by agent confidence/weight.