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
Below is the code snippet using bf-cli's LU parser and generate a LUIS JSON object. It can generate an erroneous entity label which is not specified in the input LU file.
Will share the LU input and JSON through email as the files are under NDA.
const luisBuildNoValidate: any = require('@microsoft/bf-lu/lib/parser/luis/luisCollate').build;
const luObject: any = {
content: luContent,
id: luFile,
};
const luisObject: any = await luisBuildNoValidate([luObject], false, '', OrchestratorHelper.findLuFiles);
To Reproduce
Steps to reproduce the behavior:
Go to '...'
Click on '....'
Scroll down to '....'
See error
Expected behavior
Give a clear and concise description of what you expected to happen.
LU Parser should not generate an entity label in JSON if not specified in the LU input.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
[bug]
The text was updated successfully, but these errors were encountered:
munozemilio
added
the
backlog
The issue is out of scope for the current iteration but it will be evaluated in a future release.
label
Sep 10, 2021
hcyang
added
bug
Indicates an unexpected problem or an unintended behavior.
lu
non luis api commands
P0
Must Fix. Release-blocker
and removed
backlog
The issue is out of scope for the current iteration but it will be evaluated in a future release.
labels
Sep 20, 2021
Versions
What CLI version are you using.
the 'main' branch
What Nodejs version are you using
v12.14.1
What command-line interpreters are you using
API
What OS are you using
Windows 10
Describe the bug
Below is the code snippet using bf-cli's LU parser and generate a LUIS JSON object. It can generate an erroneous entity label which is not specified in the input LU file.
Will share the LU input and JSON through email as the files are under NDA.
const luisBuildNoValidate: any = require('@microsoft/bf-lu/lib/parser/luis/luisCollate').build;
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Give a clear and concise description of what you expected to happen.
LU Parser should not generate an entity label in JSON if not specified in the LU input.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
[bug]
The text was updated successfully, but these errors were encountered: