Skip to content

Commit

Permalink
Added events resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
pradeepmvn committed Oct 23, 2018
1 parent d600df7 commit b2ca497
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/routes/mw_routes/core_router.js
Expand Up @@ -317,6 +317,7 @@ var await = require('asyncawait/await');
sendHTTPResponse(500, res, '{"error" : "Exception caught !!"}');
return;
}
resolve(events);
}
else{
console.log("Unrecognized Actions. Rasa UI can only process 'utter' type and 'utter_webhook' type. Got: "+rasa_core_response.next_action +" . Logging and skipping it.");
Expand Down

0 comments on commit b2ca497

Please sign in to comment.