File tree 1 file changed +3
-5
lines changed
automation-api/yival_experiments/custom_configuration 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 12
12
logger = logging .getLogger (__name__ )
13
13
14
14
CLASSIFY_STR = """
15
- First, write out in a step by step manner your reasoning to be sure that your
16
- conclusion is correct.
15
+ First, write out in a step by step manner your reasoning to be sure that your conclusion is correct.
17
16
Avoid simply stating the correct answer at the outset.
18
- Then print only a single choice from {choices} (without quotes or punctuation)
19
- on its own line corresponding to the correct answer.
20
- At the end, repeat just the answer by itself on a new line.
17
+ Then print only a single choice from {choices} (including letter and option text) on its own line corresponding to the correct answer of your task.
18
+ At the end, repeat just the choice (one letter, without quotes or punctuation) by itself on a new line.
21
19
Reasoning:
22
20
"""
23
21
You can’t perform that action at this time.
0 commit comments