-
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
Rename FormValidation
event to something "loop" related
#6463
Comments
|
|
I created a PR with the whole renaming logic. All which is left todo for Rasa Open Source (this doesn't handle SDK / X yet) is filling in the right name then: #6468 |
if you look at |
It was mine :-D Akela was |
sorry, didn't see it |
How about we keep it |
|
yeah |
but not here (inform is part of the form):
|
the problem that currently the implementation of the |
yeah that part I know.
as in, Loop doesn't, but Forms do right? |
yes |
so why is the event needed for the Loop at all? |
because there is no form in tracker, rule policy, etc anymore. and this event will be added for loops as well, which a custom loop could use, however it wants |
yeah but it does nothing for the Loop right now right? Kind of makes it hard to name it anything at all 😂 |
Love the discussion 🎉
I suggest to do that. There are more important things to do the for the RC at the moment and the event name is not user facing which means we can still do this down the road. |
haha yeah for sure, but doesn't hurt to keep the discussion going if someone has a genius idea |
So, what's the state on this? Happy to jump on a 5 minute call to resolve this. @akelad @Ghostvv
yes, but it might be used in other cases in the future and that's why a general solution makes more sense imo. |
Ok @Ghostvv @akelad . Candidates:
Candidates I could also imagine:
I'll move forward implementing it using the name |
What about |
I like |
this event is added before returning to the loop, and is used to notify the loop that it is called after interruption. maybe |
Yes that’s even better! |
Follow up from #6409 and PR #6439 .
Same as we re-named the
Form
event, we should also re-name theFormValidation
event.Todos
FormValidation
as forForm
in renameForm
event toActiveLoop
#6439FormValidation
as forForm
in the SDK (see thisPR supportActiveLoop
event / deprecateFormAction
rasa-sdk#246)@Ghostvv @akelad Please fire away with naming suggestions. As we don't validate after a
Loop
was re-called after an unhappy path, it makes sense to call it something likeLoopExecutionAfterUnhappyPath
?The text was updated successfully, but these errors were encountered: