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
{{ message }}
This repository was archived by the owner on Jan 15, 2025. It is now read-only.
Luis build chooses to create or update an application based on comparing current app name with all the existing app names. Currently the comparison is case sensitve, so when an app name is only case different with the one of exising app names, the luis build will try to create a new app with that name. However, app name is case insensitive in luis service, so luis service will reject the creation of same app name that only case different and throw an error. This is not expected.
To Reproduce
Steps to reproduce the behavior:
Use bf luis:build command to publish a lu file with botName set to xxx
Use same command to update the luis model but with botName set to XXX