The eventLink helper should check if the link value contains markdown formatting and remove it. If it is not removed it is sent as part of the user input for intent recognition and may produce unexpected results (it does not seem to be the case for NLP.js, but it definitely messes with the RegEx provider).
The
eventLinkhelper should check if the link value contains markdown formatting and remove it. If it is not removed it is sent as part of the user input for intent recognition and may produce unexpected results (it does not seem to be the case for NLP.js, but it definitely messes with the RegEx provider).