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
Currently, LG uses __temp__ as the template id when evaluating inline text with EvaluateText method.
Later, the expandText function was introduced, which would use the evaluateText to achieve the result. So, there would exist two __temp__ templates.
Specific Changes
Assign a random ID for template name when evaluating an inline text to support the nested inline text evaluation.
Changed projects
Microsoft.Bot.Builder.LanguageGeneration
Microsoft.Bot.Builder.LanguageGeneration.Tests
The text was updated successfully, but these errors were encountered:
Fixes #4328
Description
Currently, LG uses
__temp__
as the template id when evaluating inline text withEvaluateText
method.Later, the
expandText
function was introduced, which would use theevaluateText
to achieve the result. So, there would exist two__temp__
templates.Specific Changes
Assign a random ID for template name when evaluating an inline text to support the nested inline text evaluation.
Changed projects
The text was updated successfully, but these errors were encountered: