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

[BUG] Default intent is always automatically followed by default intent #77

Open
SandraSchufmann opened this issue May 17, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@SandraSchufmann
Copy link

For bitbot I have defined a default intent i0 and a regular intent ir (among others).

  • ir is successfully called whenever I certain things (like "upload") to bitbot.
  • i0 is successfully called whenever bitbot doesn't understand what I'm saying.
    Both i0 and ir lead to the same four different new intents i1,i2,i3,i4
  • after ir has been understood, bitbot can successfully understand any of i1,i2,i3,i4, depending of what I say to bitbot
  • BUT: after i0 has been understood, bitbot always understands the same intent i1 next, no matter what I say
    i1 seems be the automatic default intent for this particular path. So it seems, after the bot has chosen the first default step, it automaticall choses default in the next step as well.
    I've tested this bevahior with other cases and intents and the same thing happened: default is always followed by default.
@SandraSchufmann SandraSchufmann added the bug Something isn't working label May 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant