Skip to content

Commit 7ee0282

Browse files
committed
add MECE principle
1 parent d54b661 commit 7ee0282

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ai_tutor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def get_initial_instruction(questions:List[str],language:str) -> str:
130130
if questions:
131131
initial_instruction = (
132132
get_directive(language) + '\n' +
133-
'Please understand that only student files can be changed.'
133+
'Please generate comments mutually exclusive and collectively exhaustive for the following failed test cases.'
134134
)
135135
else:
136136
initial_instruction = f'In {language}, please comment on the student code given the assignment instruction.'

0 commit comments

Comments
 (0)