Variable ExpertCollaborationPatternConst
ExpertCollaborationPattern: {
SEQUENTIAL: "sequential";
PARALLEL: "parallel";
REVIEW_CHAIN: "review_chain";
PAIR: "pair";
} = ...
Type Declaration
ReadonlySEQUENTIAL: "sequential"
ReadonlyPARALLEL: "parallel"
ReadonlyREVIEW_CHAIN: "review_chain"
ReadonlyPAIR: "pair"
Collaboration patterns for multi-expert tasks.