AI Loop returns what I just typed instead of answe...
# 🤝help
p
I tried following the example in the ChatGPT Fallback tutorial with some added flavor, and I failed. Based on the screenshots, is anything missing?

https://cdn.discordapp.com/attachments/1136705044746620948/1136705045015052359/Screenshot_2023-08-03_at_12.57.34_PM.png

https://cdn.discordapp.com/attachments/1136705044746620948/1136705045480607846/Screenshot_2023-08-03_at_12.57.55_PM.png

my intent is to create a loop for KB and AI answering until the user intends on going back to the main menu
this implementation works if I capitalize "Elton John" ???? I'm so confused.

https://cdn.discordapp.com/attachments/1136705044746620948/1136717264603852901/Screenshot_2023-08-03_at_1.48.03_PM.png

After more troubleshooting, and watching @straight-wolf-37371 video on ChatGPT memory, I have successfully asked my bot to tell me who Elton John is, no matter the capitalization. I think this is sufficient success to close this help ticket. Thanks SimplyGreatGames! I think the issue was my AI Task Instruction. I modified it to be more robust like in the video:
Copy code
If the User Message is a question, answer it, and store the answer in a variable called userAnswer. The message from the user is called "User Message"
link to tutorial (https://discord.com/channels/1108396290624213082/1133201834425712652)
s
You're welcome 🙂 Works for people misspelling things as well if you add in misspellings into the intent list
4 Views