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

Product descriptions #419

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

justinorringer
Copy link
Contributor

  • general info about each of the products by path or description

Wouldnt recognize much unless each examples is in the nlu file... also added to the entities.

href=details["href"],
)
else:
# can I send the bot to the next likelist intent?
Copy link
Contributor Author

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.

Copy link
Member

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 😁

Copy link
Member

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?

Copy link
Contributor Author

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

Copy link
Contributor Author

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

Copy link
Member

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)

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

Successfully merging this pull request may close these issues.

2 participants