Combine GPT3 with RASA

Hello!

Thank you for your question, you could try this:

rules:
- rule: Handle out of scope
  condition:
  - active_loop: user_info_form
  steps:
  - intent: out_of_scope
  - action: action_call_gpt3
  - action: user_info_form
  - active_loop: user_info_form

Also you could check my tutorial about Rasa and Blenderbot integration to see different options. I will add your case later, thank you.