How can i run another python file from RASA ? Consider there is a button in RASA chatbot and when you click it, its supposed to run another python file?
You can trigger a custom action from a button click, and in your custom action you can implement your own logic.Custom Actions Docs
Thanks for the response.
I was looking to run os functions like os.system(“script.py”) from rasa when a button is clicked.
I have tried to add the code to run() in actions.py script but its not working. Is there some was to include the invoke function. Could you please help me with this issue.
@shinek I’m not familiar with the action server and its limitations. Maybe someone else here might be able to help you.