-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
ENG-424: initial port of moodbot to flows / command pattern #12683
Conversation
- are you a human? | ||
- am I talking to a bot? | ||
- am I talking to a human? | ||
- intent: affirm |
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 can double check why we need them
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.
thanks @amn41 !
Co-authored-by: Maxime Vdb <m.verger@rasa.com>
Co-authored-by: Maxime Vdb <m.verger@rasa.com>
Co-authored-by: Maxime Vdb <m.verger@rasa.com>
Co-authored-by: Maxime Vdb <m.verger@rasa.com>
Co-authored-by: Maxime Vdb <m.verger@rasa.com>
Co-authored-by: Maxime Vdb <m.verger@rasa.com>
Co-authored-by: Maxime Vdb <m.verger@rasa.com>
Co-authored-by: Maxime Vdb <m.verger@rasa.com>
import pkg_resources | ||
|
||
if is_dm2: | ||
return pkg_resources.resource_filename(__name__, "initial_project_dm2") |
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.
resource needs to be added to pyproject.toml
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.
thanks for calling that out. Where though? I don't see anytihng like that for initial_project
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.
should be part of this line, but it is very intersting that the original one isn't
Line 21 in b5af522
include = [ "LICENSE.txt", "README.md", "rasa/shared/core/training_data/visualization.html", "rasa/cli/default_config.yml", "rasa/shared/importers/*", "rasa/utils/schemas/*", "rasa/keys", "rasa/core/channels/chat.html", "rasa/cdu/classifiers/command_prompt_template.jinja2",] |
it looks like, by default already anything in the module tree is added in the sdist case python-poetry/poetry#2015 (comment)
Co-authored-by: Maxime Vdb <m.verger@rasa.com>
🚀 A preview of the docs have been deployed at the following URL: https://12683--rasahq-docs-rasa-v2.netlify.app/docs/rasa |
Proposed changes:
Status (please check what you already did):
black
(please check Readme for instructions)