1.0.1 • Published 6 years ago

@wenyluo/botbuilder-ai v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

Cognitive services extensions for Microsoft BotBuilder.

Installing

To add the preview version of this package to your bot be sure include the @preview tag:

npm install --save botbuilder-ai@preview

While this package is in preview it's possible for updates to include build breaks. To avoid having any updates break your bot it's recommended that you update the dependency table of your bots package.json file to lock down the specific version of the package you're using:

{
    "dependencies": {
        "botbuilder": "4.0.0-preview1.2",
        "botbuilder-ai": "4.0.0-preview1.2"
    }
}