Hi,
The Repond API Call in rasa core is responding back with an empty JSON. Not sure, might doing some thing wrong.
Screen shot Actual call:-
API description from Rasa core documentation:-
Please suggest…
Hi,
The Repond API Call in rasa core is responding back with an empty JSON. Not sure, might doing some thing wrong.
Screen shot Actual call:-
API description from Rasa core documentation:-
Please suggest…
Are you passing it any text? I can’t see that in your screenshot
Ok can you post the command you’re using to start the server? And have you definitely trained an NLU/Core model to handle this?
Yes… i have … The below command is the one which i have used…
python -m rasa_core.server -d models/SSPAGENT/dialogue -u models/SSPAGENT/model_20180731-154336 --debug
Please provide some help/ suggestions… Waiting on this…
is action_factory: remote
in your domain file? Try removing it and then it should respond with the utterance template if you have it specified in your domain file
Thank you for your time… Yes… I removed and started working … Can you please tell me when/what situation we are going to use action_factory:remote just in few words…
so action_factory: remote
should only be there if your actions are being sent externally. If you just want to retrieve templates from your domain file it shouldn’t be there. But this option will go away with the release of 0.11 anyways since action servers will always be run remotely from then on