This repository was archived by the owner on Jan 15, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 123
This repository was archived by the owner on Jan 15, 2025. It is now read-only.
Issues of build and cross-train cli #800
Copy link
Copy link
Closed
Labels
R10Release 10 - August 17th, 2020Release 10 - August 17th, 2020
Description
Versions
What CLI version are you using.
What Nodejs version are you using
What command-line interpreters are you using
What OS are you using
Describe the bug
Luis:build
- Luis:build and qnamaker:build do not write .dialog if no –out is specified.
- –suffix when not specified resulted in LUIS app with (Undefined).
- Verify luis:build detects changes to references.
- Fix issue with config relative path. Relative path must always be relative to the CWD()5
- C:\users\temp> bf luis:build –in . –out generated –config ..\foo.config.json
Luis:cross-train
- -- config is relative to –in and not relative to the pwd()
- Cross-train config is file name case sensitive.
- Cross-train should only copy over files specified in the cross-train config to output but all references should be fully resolved before they are copied over.
- QnA meta-data property is not applied to references
- Apply cross-train for .lu and .qna documents after fully resolving imports.
- If multiple source .lu or .qna files are pulling in the same reference, the for QnA, meta-data pairs need to be added to the same QnA pair (e.g. root as well as dialog A pulling in some chitchat utterances)
Qnamaker:build
- There is no way to get endpoint key. We should print this on screen. Note the endpoint key is different from authoring key and I believe is per KB – need to verify and resolve.
- Fix issue with config relative path. Relative path must always be relative to the CWD()
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.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
[bug]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
R10Release 10 - August 17th, 2020Release 10 - August 17th, 2020