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
Originally, we treat LG file as the combination of templates and use empty string as the separator.
From now on separator "\r\n" would be used.
So, if we update a template with the body "- A", we would always get the body "- A" but not "-A\r\n" in any case. This idempotent relationship will greatly increase robustness and consistency
Changed projects
Microsoft.Bot.Builder.LanguageGeneration
Microsoft.Bot.Builder.LanguageGeneration.Tests
The text was updated successfully, but these errors were encountered:
Originally, we treat LG file as the combination of templates and use empty string as the separator.
From now on separator "\r\n" would be used.
So, if we update a template with the body "- A", we would always get the body "- A" but not "-A\r\n" in any case. This idempotent relationship will greatly increase robustness and consistency
Changed projects
The text was updated successfully, but these errors were encountered: