orchestrator-core
Advanced tools
Comparing version 4.11.0-beta.1 to 4.11.0-beta.2
@@ -5,3 +5,3 @@ { | ||
"description": "Orchestrator for Node.js", | ||
"version": "4.11.0-beta.1", | ||
"version": "4.11.0-beta.2", | ||
"license": "MIT", | ||
@@ -8,0 +8,0 @@ "keywords": [ |
@@ -0,4 +1,6 @@ | ||
This package is intended for Microsoft use only. It is not designed to be consumed as an independent package. | ||
# orchestrator-core | ||
This package contains Orchestrator APIs for Node.js. Orchestrator is a [transformer](https://en.wikipedia.org/wiki/Transformer_(machine_learning_model)) based solution for language understanding (LU) needs that is heavily optimized for conversational AI applications. It is built ground-up to run locally with your bot or application. | ||
This package contains Orchestrator APIs for Node.js. [Orchestrator](https://aka.ms/bf-orchestrator) is a [transformer](https://en.wikipedia.org/wiki/Transformer_(machine_learning_model)) based solution for language understanding (LU) needs that is heavily optimized for conversational AI applications. It is built ground-up to run locally with your bot or application. | ||
@@ -10,3 +12,4 @@ ## Prerequisite | ||
```bash | ||
npm install -g @microsoft/bf-orchestrator-cli | ||
npm i -g @microsoft/botframework-cli | ||
bf plugins:install @microsoft/bf-orchestrator-cli@beta | ||
``` | ||
@@ -13,0 +16,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
799841
73