I’m working through the book tracker assignment at the end of Module 2.
In the final exercise - Exercise 5: The LLM to the Rescue! - I have all the code working in my local environment with no errors.
The issue is your grader is throwing this error I don’t understand:
Failed test case: Your prompt does not include 1 or more of the expected information
.
Grader expected:
A prompt with mention of:
person_name: "Arthur"
book_name: "To Kill a Mockingbird"
book_author: "Harper Lee"
due_date: "16 November 2024"
You got:
Please write a polite email to Arthur Dent, reminding them to return
the book To Kill a Mockingbird by Harper Lee. The book was due on 16 November 2025.
Looks like I made a prompt that mentioned all four pieces of data.
The only difference I can see is that the grader is expecting “Arthur” and I’m providing “Arthur Dent”, the full name.
Is that it? or am I brain fading on something else that is obvious here.
BTW I naturally expected this exercise would want us to actually call the LLM and get the response. ![]()
