Is there a way to turn off store_entities_as_slots just for one entity/slot?

Hi @stephens,

I’m trying to use the slot mappings like you have shared and I get the following error:

TypeError: __init__() got an unexpected keyword argument 'mappings'

I’m using DIETclassifier and the entity is not being mapped to multiple slots. I was trying to extract entities and set them to slots using a custom extract like you mentioned in the forms not filling list slot issue (Forms does not fill list slot - #31 by stephens) but I saw that the even before extracting the entities and setting them to slots it was already set to the slot. The documentation says store_entities_as_slot is by default true. So I was wondering if I can set only specific entity-slot mappings to false.