Hi,
Does rasa StoryFIleReader use a NLU interpreter to parse user message in a stories.md ? Is there any other option ? Because my trained NLU interpreter can correctly parser the entities in text, but when it parses a story line like * intent_name{'entity_1': 'value_1', 'entity_2': 'value_2'}
, the parsed data is not right.
And even the interpreter can correctly parse data from stories.md, is that impossible to define entities which does not exist in current interpreter model ?
Thx