You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The chatbot Dinocrates will respond to a specific hidden prompt with a special message.
π Steps to Implement:
Inside lessons/01-intro-to-genai/characters/app.js, add this hidden comment:
// ποΈ Secrets of the Great Library// If you've found this, you're on the right track!// Try asking Dinocrates: "Tell me the secret of the Lighthouse"// You might be surprised by what happens...
Modify the chatbot logic so that when the user asks "Tell me the secret of the Lighthouse", Dinocrates responds:
"Ah, you have discovered a hidden secret! The Lighthouse of Alexandria was built to guide ships safely home.
But did you know it was also used to send coded messages using its light?"
Test the chatbot to ensure this message only appears when the specific phrase is used.
β Expected Outcome: users who find the hidden hint in the code and use the secret phrase in the chatbot will unlock a special piece of historical knowledge.
The text was updated successfully, but these errors were encountered:
π― Goal:
The chatbot Dinocrates will respond to a specific hidden prompt with a special message.
π Steps to Implement:
lessons/01-intro-to-genai/characters/app.js
, add this hidden comment:β Expected Outcome: users who find the hidden hint in the code and use the secret phrase in the chatbot will unlock a special piece of historical knowledge.
The text was updated successfully, but these errors were encountered: