## Versions @microsoft/bf-orchestrator-cli 4.14.1 ## Describe the bug When you have an LU file with labels you get a parsing failure when doing create. ## To Reproduce Steps to reproduce the behavior: 1. Create an LU file a.lu that includes entity labels. 2. Call bf orchestrator:create -i a.lu 3. It will fail to parse. ## Expected behavior Entities should work. ## Additional context The issue is that in `findLuFiles` the structure that is created as `{content, options{id}}` rather than `{content, id}`. [bug]
Versions
@microsoft/bf-orchestrator-cli 4.14.1
Describe the bug
When you have an LU file with labels you get a parsing failure when doing create.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Entities should work.
Additional context
The issue is that in
findLuFilesthe structure that is created as{content, options{id}}rather than{content, id}.[bug]