## Versions 4.10.1 ## Describe the bug bf luis:Cross-train is expecting lu files to be in the same folder as the dialog, which is not the way that composer organizes them. ## To Reproduce Look at line 105 of confighelper.js ```javascript const luFilePath = dialogPath.replace('.dialog', '.lu') ``` ## Expected behavior lu files are a naming convention NOT a location convention. [bug]
Versions
4.10.1
Describe the bug
bf luis:Cross-train is expecting lu files to be in the same folder as the dialog, which is not the way that composer organizes them.
To Reproduce
Look at line 105 of confighelper.js
Expected behavior
lu files are a naming convention NOT a location convention.
[bug]