Can we add custom models and use them in custom actions

I want to provide human like dialogue’s from another custom model on the basis of the users input. can i do that in Rasa? If yes, can you please provide any pointers?

1 Like

Hi Aravind, welcome to the Rasa forums! Yep, that’s very doable.

You’ll need to write a custom action for it. The tracker will let you get information about the conversation so far, and the dispatcher will let you return whatever you like for the assistant to say to the user.

I’ve got a sort of similar example that we’ve been working on during the livecoding that returns text generated by slotting information we looked up in a database into a template.

2 Likes