Hello!
I followed the instructions provided in Custom Connectors to create a custom channel. However, I’m unsure where to define the connector and utilize it to handle RASA outputs.
Suppose I have a function named custom_channel.py which utilizes the OutputChannel class. Where can I specify that RASA should use this particular file as an output processor?
Simply adding a blank entry (since I dont need a credentials for my custom processor) in credentials.yml like this
Thank you for responding. I appreciate your tutorial suggestion and believe it will be beneficial.
However, my goal is to develop a “middleware” that can use a translate API to convert any output from RASA into a specific predetermined language. Do you think custom connector allow this?
I think you can create a output channel and once you receive the output from rasa you can modify the text into your predefined format and then send it to the user.