-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
Add endpoint functionality for chat method in rasa.jupyter #6051
Comments
Proposed solution would be used as follows. from rasa.jupyter import chat
chat(model_path, endpoints) |
with the chat method as: def chat(
model_path: Optional[Text] = None,
endpoints: Optional[Text] = None,
agent: Optional["Agent"] = None,
interpreter: Optional[NaturalLanguageInterpreter] = None,
) -> None: |
Thanks for submitting this feature request 🚀 @TyDunn will get back to you about it soon! ✨ |
corresponding PR: |
@TyDunn Any thoughts on this improvement? The PR is ready to go. |
@mcminis1 I see @rgstephens needs to review it. That will be the next step 👍 |
@TyDunn looks like it got signoff. How does it get merged in? |
@mcminis1 Now that @rgstephens has approved it and the PR has past checks, it's up to him to merge it |
It's been 27 days since approval. Is that a normal wait time for a PR to get merged? @TyDunn |
fixed by #6052 |
Description of Problem:
As a jupyter notebook user I am unable to access my custom actions server using the jupyter python sdk.
Overview of the Solution:
This is trivial to implement using an additional kwarg in rasa.jupyter.chat for the endpoints file.
Definition of Done:
The text was updated successfully, but these errors were encountered: