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
Hi,
Also a question linked to the custom Function, Could it be possible to have natively access to the locale of the user inside the code of the function ?
I would like to avoid to add a parameter in the function (not very user friendly ;))
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
https://github.com/microsoft/BotBuilder-Samples/blob/master/samples/csharp_dotnetcore/language-generation/20.extending-with-custom-functions/Bots/CustomFunctionBot.cs
In this sample, we support user to add a custom expression function in code. But if we add this in composer runtime, we can't use it in composer UX, since the function is not registered in the LSP.
Here is the piece of code I add in composer runtime:
But I will see this error in the UX:
The easy way might be we add those custom functions as a white list in composer?
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: