Closed kengelbrecht closed 1 year ago
Currently when converting the Rasa3 response back to an NluDataset, only type, start, and end attributes are kept from the entities. In order to support more use cases for this vendor, we want all attributes to be added to the NluDataset.
type
start
end
Solved with commit 90aa8c5824f1b6519466
Currently when converting the Rasa3 response back to an NluDataset, only
type
,start
, andend
attributes are kept from the entities. In order to support more use cases for this vendor, we want all attributes to be added to the NluDataset.