ParthCodes commited on
Commit
a8eb843
·
verified ·
1 Parent(s): f8208cb

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -292,7 +292,7 @@ def interview():
292
  "code_suggestions": "Any suggestions or optimizations to the code...in string format.",
293
  }
294
 
295
- At the end of the interview if no Questions are required then respond in the following format:
296
  {
297
  "text_correctness": "Test the correctness of text and return a range from 1 to 5 of correctness of text.",
298
  "text_suggestions": "Some suggestions regarding the text_answer...."
 
292
  "code_suggestions": "Any suggestions or optimizations to the code...in string format.",
293
  }
294
 
295
+ At the end of the interview if no Questions are required then respond in the following JSON format:
296
  {
297
  "text_correctness": "Test the correctness of text and return a range from 1 to 5 of correctness of text.",
298
  "text_suggestions": "Some suggestions regarding the text_answer...."