-
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
implement DefaultV1 Recipe #9403
Conversation
@joejuzl that's what I have so far |
655ecfb
to
ed60bf9
Compare
|
|
reminder to pass language to Duckings model config if ducklings model config is not filled |
|
f24b4a0
to
c9a9f8d
Compare
@@ -74,6 +72,8 @@ def __init__( | |||
self._set_rule_only_data() | |||
|
|||
def _set_rule_only_data(self) -> None: | |||
from rasa.core.policies.rule_policy import RulePolicy |
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.
Changes here were needed to avoid cyclic imports
c9a9f8d
to
5a1a964
Compare
5a1a964
to
71d23b8
Compare
Proposed changes:
Recipe
to convert current config toGraphSchema
#9277DefaultV1Recipe
Open Todos
GraphComponent
interface and then register all these classes with the decoratorisinstance
checks to check the component type via the registeredComponentType
Status (please check what you already did):
black
(please check Readme for instructions)