You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 15, 2025. It is now read-only.
If you have an LU file with entity labels in it and call orchestrator:create twice, then you will get an undefine entity name.
To Reproduce
Steps to reproduce the behavior:
Create an LU file a.lu that includes an entity label.
Call bf orchestrator:create -i a.lu
Call bf orchestrator:create -i a.lu again
The second call will fail
Expected behavior
It should not fail when you have a .blu file already.
Additional context
The issue is that the BLU labels are passed to addNewEntityLabelUtterance which is expecting entities structured by the LU parser. Instead of {name, span{offset, length}} it should be {entity, startPos, endPos}.