Hi, i wondered if RASA supports multiple domain files.
Here’s the usecase: domain_file_A should hold all project-unspecific data, while another domain_file_B should hold everything project-specific.
When going through the RASA code, i saw that the Domain-object got methods like merge, which seem to do the job of merging two domain objects, so I guess it could already be there.
Is it possible to specify two-domain files for training, such that they get merged?