We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4bd380 commit 160e3fbCopy full SHA for 160e3fb
runner-cli/runner_utils.ts
@@ -93,7 +93,7 @@ export async function getSummary(
93
// requirements (like requiring votes) would also need updated.
94
return await sensemaker.summarize(
95
comments,
96
- SummarizationType.GROUP_INFORMED_CONSENSUS,
+ SummarizationType.AGGREGATE_VOTE,
97
topics,
98
additionalContext
99
);
src/sensemaker.ts
@@ -92,7 +92,7 @@ export class Sensemaker {
92
*/
public async summarize(
comments: Comment[],
- summarizationType: SummarizationType = SummarizationType.GROUP_INFORMED_CONSENSUS,
+ summarizationType: SummarizationType = SummarizationType.AGGREGATE_VOTE,
topics?: Topic[],
additionalContext?: string
): Promise<Summary> {
0 commit comments