This bug is faced when trying to create the Orchestrator from the .lu files already defined in LUIS and using the pretrained model obtained from the base model for the Orchestrator
To Reproduce
Steps to reproduce the behavior:
1. bf orchestrator:add -t luis
2. bf orchestrator:basemodel:get --out model
3. bf orchestrator:create --in . --model model --out generated
Failed to parse LUIS or JSON file on intent/entity labels
Failed to parse config.json, error={}
The error seems to be only with the pretrained model as all the files prior to it are processed as per the command line output. There are token recognition errors, but does not stop the process to proceed at point 3. The content in config.json :
Issue referenced from https://github.com/microsoft/botframework-sdk/issues/6531