Multiple bots

Hi @fmelossi!

Webchat uses socketio channel. This is the code of the connector. You can modify this line (data["message"]) to concatenate whatever you want before sending it to rasa (await on_new_message(message)) in a custom connector.

You can customize a channel like this

Hope that helps.

1 Like