Basitha commited on
Commit
1d95a70
·
verified ·
1 Parent(s): 1cfb471

Update common/ResponseValidation.py

Browse files
Files changed (1) hide show
  1. common/ResponseValidation.py +3 -3
common/ResponseValidation.py CHANGED
@@ -22,7 +22,7 @@ Determine whether the following response is written from a first-person point of
22
  A first-person response includes pronouns like "I", "me", "my", "mine", "we", "our", or "us".
23
  Say "First Person: Yes" only if clearly first-person, else say "First Person: No".
24
  Response:
25
- """{answer}"""
26
  Output format:
27
  First Person: Yes
28
  or
@@ -61,7 +61,7 @@ You are a communication coach and writing style analyst.
61
  Evaluate whether the following response aligns with the given communication profile.
62
  ---
63
  ### Response:
64
- """{answer}"""
65
  ### Communication Profile:
66
  - Style: {style}
67
  - Tone: {tone}
@@ -93,7 +93,7 @@ The following response was evaluated as NOT matching the given communication pro
93
  Please provide a concise reason why the style does not match.
94
  ---
95
  ### Response:
96
- """{answer}"""
97
  ### Communication Profile:
98
  - Style: {style}
99
  - Tone: {tone}
 
22
  A first-person response includes pronouns like "I", "me", "my", "mine", "we", "our", or "us".
23
  Say "First Person: Yes" only if clearly first-person, else say "First Person: No".
24
  Response:
25
+ {answer}
26
  Output format:
27
  First Person: Yes
28
  or
 
61
  Evaluate whether the following response aligns with the given communication profile.
62
  ---
63
  ### Response:
64
+ {answer}
65
  ### Communication Profile:
66
  - Style: {style}
67
  - Tone: {tone}
 
93
  Please provide a concise reason why the style does not match.
94
  ---
95
  ### Response:
96
+ {answer}
97
  ### Communication Profile:
98
  - Style: {style}
99
  - Tone: {tone}