petergtz / Alexa-MyGPT-Skill

This repo serves as a place to open and track issues for https://www.amazon.com/dp/B0BXZ91SH2/
1 stars 0 forks source link

Exiting #5

Open petergtz opened 1 year ago

petergtz commented 1 year ago

From user feedback (verbatim from Alexa):

when you tell it to exit if you don't just say exit if it it goes on a ramble about great it says goodbye but it's not gone so maybe you can make it exit better like it it double exit basically double confirms it's exiting

petergtz commented 1 year ago

It's actually quite tricky to detect, when a user is done with the conversation and wants Alexa to stop listening and responding. Currently, I'm using ChatGPT to determine when user might be done and if so, the skill tells Alexa to stop. This works sometimes, but not as often as I would want it to. E.g. a Thanks, that's all will usually exit properly, whereas a Thanks only, will not. It's tricky 😬.