Skip to content

Commit 17bf076

Browse files
committed
summary renamed to judge
1 parent d65a8bb commit 17bf076

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

mallm/decision_protocols/judge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class Judge(DecisionProtocol):
1616
The Judge decision protocol creates a summary of all answers after a certain number of turns.
1717
"""
1818

19-
_name = "summary"
19+
_name = "judge"
2020

2121
def __init__(
2222
self,

mallm/utils/dicts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"cumulative_voting": CumulativeVoting,
4444
"ranked_voting": RankedVoting,
4545
"consensus_voting": ConsensusVoting,
46-
"summary": Judge,
46+
"judge": Judge,
4747
}
4848

4949
DISCUSSION_PARADIGMS: dict[str, type[DiscussionParadigm]] = {

0 commit comments

Comments
 (0)