-
Notifications
You must be signed in to change notification settings - Fork 12
Product descriptions #419
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
base: main
Are you sure you want to change the base?
Product descriptions #419
Conversation
href=details["href"], | ||
) | ||
else: | ||
# can I send the bot to the next likelist intent? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did we have a way to get the bot to trigger the other possible intents?
There is no description for top level services (like openshift, ansible) so I'd like it to fallback well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure, but maybe you can get the other possible intents and return a UserUttered (I think that's what it was called).
An alternative would be to have this as part of the pipeline 😁
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it be possible to remove services that don't have any description?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was going to do that, but I think it would interrupt a bunch of our flows where a user says something that isnt in the nlu but is fuzzy matched for example
so if I said malware in response to the favoriting flow, how would a descriptions pipeline know not to take over
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it be possible to remove services that don't have any description?
Oh yeah, ill give that a go
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that the pipeline gets the context (i.e. ability to check the current story, previous intents, utterances, etc)
Wouldnt recognize much unless each examples is in the nlu file... also added to the entities.