VoteBallot
Auto-generated API reference for VoteBallot.
Type Alias: VoteBallot
VoteBallot = {
mode:"majority"; } | {mode:"weighted";weights?:Record<string,number>; } | {mode:"unanimous"; } | {mode:"quorum";threshold:number; }
Defined in: multi-agent.ts:99