Hi,
we use a custom FormAction, which calls another service to get a form model. This form model specifies, which ‘slots’ are needed to be filled by this form.
So far, we have pre-specified all the slots in the domain-file, but we’d like to generate the slots from the model. If we use a non-specified slot now, Rasa will throw an error ‘trying to set non-existent slot …’.
A possible solution I thought of, would be to generate a domain-file at runtime and train and load another model via the REST API. I havent tried this yet, so im not 100% this will work out as expected. Is there a simpler solution to the problem?
hi @IgNoRaNt23 - it’d be awesome if you tackled this! before you do any work, please create an issue with your proposed solution so we can check if it clashes with anything.