paschmann / rasa-ui

Rasa UI is a frontend for the Rasa Framework
MIT License
960 stars 330 forks source link

fix: intent details not showing up in conversations #116

Closed btran55 closed 6 years ago

btran55 commented 6 years ago

the code updates accounts for both possible situations of agents either having core enabled (having core logs) or disabled (no core logs), while still depending only on message Id to query the db.

pradeepmvn commented 6 years ago

Thanks @btran55