Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Complex Intents causes model to forget #45

Open
ruben-david-roy opened this issue Oct 17, 2023 · 1 comment
Open

Complex Intents causes model to forget #45

ruben-david-roy opened this issue Oct 17, 2023 · 1 comment

Comments

@ruben-david-roy
Copy link

Complex intents inside intents.json sometimes causes models to forget, even if it is an exact match to what is written in the intents.

@rseward
Copy link

rseward commented Sep 7, 2024

I wrote an intent with an empty responses array. When I did the model returned a "I don't understand response". A more useful response would be None in my opinion, but that is a digression on my part.
I didn't resolve my issues until I populated the intent's response array with a string value. Could that be happening for you as well?
For me personally, I wanted my intent to invoke a method, but that didn't seem to work for me as described in the docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants