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 Jul 9, 2025. It is now read-only.
In order to call a remote skill, we need to provide the web access for manifest file to the caller bot.
This url should support both localhost and azure host.
With the current bot runtime structure, both locahost and azure deploy can not get the right file.
For local host, this need to be hosted under "localPublish\hostedBots\27159.75275676705\runtime\azurewebapp"
For azure publish, we need to include the manifest file as well.