Coding Bot

Hey guys, I am new to rasa. I need to know whether we can create a coding bot that writes code using rasa. I need to create an AI chatbot for one particular programming language(python). And I just want to know if we can automate the training or not.

Hi @Aravindkv27

Rasa won’t be able to write new code for you, For that you would be require to connect to third party services such as OpenAI

Meanwhile you can train Rasa for questions like

  • Give me palindrome code
  • Give me armstrong code

As Rasa only sends the response added in your domain.yml or response formed in any action method [ which again to write new code you will have to connect to third party services ]

I’m curious to know your approach towards making the bot. If you can share, can you tell what was your idea with an example

Thanks

Thanks for your reply. Basically, I need to create a code bot. Which generates code just like chatgpt.