Skip to content

Commit b3f5ada

Browse files
committed
chore: make promtp more explicit
1 parent 3bf63e4 commit b3f5ada

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

platforms/eReputation-api/src/services/VotingReputationService.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,7 @@ export class VotingReputationService {
386386
charter: string,
387387
membersData: Array<{ ename: string; userName: string; userId: string; references: Array<{ content: string; numericScore?: number; author: string }> }>
388388
): string {
389+
console.log("Building bulk voting prompt for charter");
389390
const membersCSV = membersData.map(member => {
390391
const refsText = member.references.length > 0
391392
? member.references.map(ref =>
@@ -412,7 +413,7 @@ Based on the group charter and the references provided, calculate a reputation s
412413
413414
IMPORTANT:
414415
- Each score must be between 1 and 5 (inclusive)
415-
- Consider how well the references align with the group's charter and values
416+
- Consider how well the references align with the group's charter and values, only consider the values mentioned in the charter for eVoting, and only consider the references that are relevant to the values mentioned in the charter for eVoting.
416417
- Focus on voting-relevant reputation factors mentioned in the charter
417418
- Provide a ONE SENTENCE justification explaining each score
418419
- If the charter has explicit instructions on what they consider for eVoting, DO NOT consider any other group values to make a reference.

0 commit comments

Comments
 (0)