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
In the #XXX the LUIS API is being replaced with a custom client which uses request. In order to make it browser compatible it's necessary to use node-fetch instead of request.
Posible solution
Update the custom LUIS client to use node-fetch
The text was updated successfully, but these errors were encountered:
Describe the issue
In the #XXX the LUIS API is being replaced with a custom client which uses
request
. In order to make it browser compatible it's necessary to usenode-fetch
instead ofrequest
.Posible solution
Update the custom LUIS client to use
node-fetch
The text was updated successfully, but these errors were encountered: