- download chatito
npm install -g chatito
-
create a definition file (e.g.: trainClimateBot.chatito) with your code
-
run the npm generator
npx chatito <pathToFileOrDirectory> --format=<format> --formatOptions=<formatOptions> --outputPath=<outputPath>
- path to a .chatito file or a directory that contains chatito files. If it is a directory, will search recursively for all *.chatito files inside and use them to generate the dataset. e.g.: lightsChange.chatito or ./chatitoFilesFolder
- Optional. default, rasa or snips
- Optional. Path to a .json file that each adapter optionally can use
- Optional. The directory where to save the generated dataset. Uses the current directory as default.