Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Fix luis converter to enable escaping specific chars - #1111

Merged
Fei Chen (feich-ms) merged 3 commits into
mainfrom
feich/FixLUISConverter
Feb 9, 2021
Merged

Fei Chen (feich-ms) merged 3 commits into
mainfrom
feich/FixLUISConverter

Conversation

@feich-ms

@feich-ms Fei Chen (feich-ms) commented Feb 8, 2021

Copy link
Copy Markdown
Contributor

Fix #1110. With the fix, luis converter can add necessary escape characters when converting luis json file to lu file. With these escape characters added, the lu content can be converted back to luis json file successfully without any exceptions. That means such escaping corner cases between lu and luis converting will be handled well with this fix. Test cases from customers were added to verify the fix.

Previous fix #1104 and #1106 that didn't resolve the issue completely

@feich-ms

Copy link
Copy Markdown
Contributor Author

Hi Emilio Munoz (@munozemilio), could you please help to check if this fix will introduce any potential issues since it's touching luis converter logic that you have more experiences.

@feich-ms
Fei Chen (feich-ms) merged commit dbba6c6 into main Feb 9, 2021
@feich-ms
Fei Chen (feich-ms) deleted the feich/FixLUISConverter branch February 9, 2021 05:02
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Luis converter failed to escape special chars like brackets

2 participants