Access rasa_nlu custom components from rasa_core

Great one, thanks! I managed to get it to work by passing my data to entities

message.set(“entities”, [{‘keywords’: rasa_format}], add_to_output=True)

i still have to test it with rasa_core but i imagine it will work

2 Likes