A Common-Sense Guide to AI Engineering: (B1.0) code in zip file does not match book (pg 120)

In the zip file jwpaieng-code/code/prompt_engineering/chatbot.py line 28 is:

def system_prompt():

in the book:

def system_prompt(rag_chunks=None):