I am trying to submit assignment for week 2 (Agentic AI course). when I press submit, it says assignment submitted successfully but then it says resubmit 0/30 earned. I don’t know if this is because there is any error in my code or just a system problem. I have inspected the output and it all makes sense. Thx
I had the same error also with week 3 assignment.
Hi Ambrish_Roy,
Hopefully you have by now managed to submit and pass the assignments successfully.
There do seem to be occasional system issues, possibly related to processing LLM calls. A resubmit may then be necessary. Otherwise, you can check the feedback in the sidebar on the right.
hi @reinoudbosch i am facing a similar error in Week 2 lab . All the unit test cases pass and i can see the output but when i click submit for grading i see this error which relates to the response received from the LLM to be null . I tried on various days apart in submitting it but the same error pops up
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}}.
Hi rahul_mathur,
Passing the unit test cases does not ensure your notebook will pass the grader, as the grader uses different test cases.
If you send me your code with a DM I can have a look at what is going on.
HI @reinoudbosch , your post must be magical . I re-ran it today and it passed without any problems. I am not sure why today it passed and it failed earlier. Thanks for the help but i think i am good for now
Thanks
~Rahul
I received “No feedback available for this exercise “ for Exercises 2 and 3 when I submitted the M2 Graded Lab. What am I missing?
I am having a similar issue described here. Any help
I figured out why - SAVE BEFORE SUBMITTING