After submitting the exercise grading is throwing error on the lines I didnt touch

After I completed the graded assignment, I ran the code on the left side and LLM showed the results properly like initial draft, reflection and regenerate and all of it looks good.

After I submit, its complaining on all the exercises. For the draft essay it says content is null. Is something wrong in grader?

Error:

Exercise 1

0/10

Failed test case: generate_draft raised LLMError: An error occurred: Error code: 400 - {‘error’: {‘message’: “Invalid value for ‘content’: expected a string, got null.”, ‘type’: ‘invalid_request_error’, ‘param’: ‘messages.[0].content’, ‘code’: None}}.
Expected:
no exception,
but got:
An error occurred: Error code: 400 - {‘error’: {‘message’: “Invalid value for ‘content’: expected a string, got null.”, ‘type’: ‘invalid_request_error’, ‘param’: ‘messages.[0].content’, ‘code’: None}}.

Hello @rsiddan,

The error message suggests that the autograder did not see your work. Given that it looks for a file with specific name (“C1M2_Assignment” for your case) and grades the saved content, I would do the following checks and click:

Cheers,
Raymond

Thanks, it worked! Appreciate your time.

You are welcome, @rsiddan!