This repository was archived by the owner on Jan 15, 2025. It is now read-only.
Description Github issues should be used for bugs and feature requests. Use Stack Overflow for general "how-to" questions.
Version
@microsoft/botframework-cli/4.14.1 darwin-x64 node-v14.17.5
MacOS
Describe the bug
During the orchestrator creation with .dispatch file this error occurs:
"Please provide path to input file/folder".
Basically, was just following these steps: https://github.com/microsoft/botframeworksdk/blob/main/Orchestrator/docs/DispatchMigrationExample.md
To Reproduce
Steps to reproduce the behavior:
Install latest NodeJS and npm from https://nodejs.org/en/
Open Terminal and Install Botframework CLI via npm i -g @microsoft/botframework-cli
Open the desired directory with test.dispatch file in it and type: bf orchestrator:basemodel:get --out model
Next command: bf orchestrator:create --in ./test.dispatch --model ./model --out ./generated -d
See error (debug logs attached)
Expected behavior
Should say success and train the previously created model so it can be used in the bot.
Debug logs
bf orchestrator:create --in ./test.dispatch --model ./model --out ./generated -d
[2021-11-08T15:44:13.219Z] LOG-MESSAGE: "refresh=undefined"
Refreshing luis data - id some-luis-id...
Refreshing qna data - id some-qna-id...
[2021-11-08T15:44:16.393Z] LOG-MESSAGE: "baseModelPath=/some-path/model"
[2021-11-08T15:44:16.393Z] LOG-MESSAGE: "entityBaseModelPath="
[2021-11-08T15:44:16.393Z] LOG-MESSAGE: "inputPathConfiguration="
[2021-11-08T15:44:16.393Z] LOG-MESSAGE: "outputPath=/some-path/generated"
[2021-11-08T15:44:16.393Z] LOG-MESSAGE: "hierarchical=true"
[2021-11-08T15:44:16.393Z] LOG-MESSAGE: "fullEmbeddings=false"
Please provide path to input file/folder
Tracking Status
Dotnet SDK TODO
Javascript SDK TODO
Python SDK TODO
Java SDK TODO
Samples TODO
Docs TODO
Tools TODO
Reactions are currently unavailable
Github issues should be used for bugs and feature requests. Use Stack Overflow for general "how-to" questions.
Version
@microsoft/botframework-cli/4.14.1 darwin-x64 node-v14.17.5
MacOS
Describe the bug
During the orchestrator creation with .dispatch file this error occurs:
"Please provide path to input file/folder".
Basically, was just following these steps: https://github.com/microsoft/botframeworksdk/blob/main/Orchestrator/docs/DispatchMigrationExample.md
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Should say success and train the previously created model so it can be used in the bot.
Debug logs
bf orchestrator:create --in ./test.dispatch --model ./model --out ./generated -d
[2021-11-08T15:44:13.219Z] LOG-MESSAGE: "refresh=undefined"
Refreshing luis data - id some-luis-id...
Refreshing qna data - id some-qna-id...
[2021-11-08T15:44:16.393Z] LOG-MESSAGE: "baseModelPath=/some-path/model"
[2021-11-08T15:44:16.393Z] LOG-MESSAGE: "entityBaseModelPath="
[2021-11-08T15:44:16.393Z] LOG-MESSAGE: "inputPathConfiguration="
[2021-11-08T15:44:16.393Z] LOG-MESSAGE: "outputPath=/some-path/generated"
[2021-11-08T15:44:16.393Z] LOG-MESSAGE: "hierarchical=true"
[2021-11-08T15:44:16.393Z] LOG-MESSAGE: "fullEmbeddings=false"
Please provide path to input file/folder
Tracking Status
Dotnet SDK TODO
Javascript SDK TODO
Python SDK TODO
Java SDK TODO
Samples TODO
Docs TODO
Tools TODO