Closed VatsalaSingh closed 4 years ago
Hi @VatsalaSingh I have tested it on master of this repo and solutions repo and it worked correctly. Do you use the latest tool? https://www.npmjs.com/package/botskills
@xieofxie yes I'm using the latest tool. First I created a skill project from VS (https://microsoft.github.io/botframework-solutions/skills/tutorials/create-skill/csharp/3-create-your-skill/) and added that to my VA. That successfully worked. The issue seems to be with sample skills.
@VatsalaSingh Oh, I figured out the reason from your screen shot. It seems the tool forget to quote bf luis:convert
for the out
parameter. Note the Command is bf luis:convert ... --out C:\Users\vasingh\Desktop\sample skills\botframework-skills-master ...
and the error is unexpected argument skills\botframework-skills-master ...
.
If you put it in a path without space it should be fine and I will create an issue about this.
Right, it works now. Thanks :)
I'm trying to add PointOfInterest skill to my Virtual Assistant. I'm getting the following error. In this snapshot, I'm currently in my VA directory. I've added the LUIS path of the skill.
How can I resolve this?