You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
content: "You are an expert reputation analyst for voting systems. Analyze the group charter and references to calculate reputation scores for voting purposes. Always respond with valid JSON containing an array of results, each with ename (user's ename identifier), score (1-5), and a one-sentence justification."
176
+
content: "You are an expert reputation analyst for voting systems. Analyze the evaluation criteria and references to calculate reputation scores for voting purposes. Always respond with valid JSON containing an array of results, each with ename (user's ename identifier), score (1-5), and a one-sentence justification."
177
177
},
178
178
{
179
179
role: "user",
@@ -196,7 +196,12 @@ export class VotingReputationService {
You are analyzing the reputation of multiple users for voting purposes within a group.
403
408
404
-
GROUP CHARTER:
409
+
EVALUATION CRITERIA:
405
410
${charter}
406
411
407
412
USERS AND THEIR REFERENCES:
408
413
${membersCSV}
409
414
410
415
TASK:
411
-
Based on the group charter and the references provided, calculate a reputation score from 1-5 for EACH user that will be used for weighted voting.
416
+
Based on the evaluation criteria and the references provided, calculate a reputation score from 1-5 for EACH user that will be used for weighted voting.
412
417
413
-
IMPORTANT:
418
+
IMPORTANT:
414
419
- Each score must be between 1 and 5 (inclusive)
415
-
- Consider how well the references align with the group's charter and values
416
-
- Focus on voting-relevant reputation factors mentioned in the charter
420
+
- Consider how well the references align with the evaluation criteria and values
421
+
- Focus on voting-relevant reputation factors mentioned in the evaluation criteria
417
422
- Provide a ONE SENTENCE justification explaining each score
0 commit comments