Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove unused dup hash in luis/qnamaker build when reconstructing files #1026

Merged
merged 5 commits into from Oct 23, 2020

Conversation

feich-ms
Copy link
Contributor

@feich-ms feich-ms commented Oct 21, 2020

Before changes, when calling luConverter or qnaConverter, it will add double hash before intent name for luis and double hash before first question for qnamaker which is confusing users since we are always using single hash now. After changes, it will only keep one hash when reconstructing the lu or qna files. Of course, double hash is still working for parsing. The changes here only apply for reconstructing lu or qna files from json object.

@feich-ms feich-ms merged commit 4d90f4e into main Oct 23, 2020
@feich-ms feich-ms deleted the feich/removeUnusedHash branch October 23, 2020 03:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants