Issue: in AI level 1 task 2 Create an AI Chatbot

The system consistently displays “Chatbot’ output seems empty.”, even though there is output in the terminal. Could you


please advise on potential issues?

Did you try the messages as a user prompt instead of a system prompt?
The task asks to define a user prompt.

or maybe this

messages=[
    {"role": "system", "content": "You are a friendly travel guide."},
    {"role": "user", "content": "Greet the user and ask where they want to go."}
]

yes i did, same and same error code i see

Even I was facing the same error. I’ve reported this to the team and will update you once this is resolved.

I was certain this was a bug. Thanks for informing the team.