UNPKG

@sprucelabs/spruce-cli

Version:

Command line interface for building Spruce skills.

11 lines 418 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const schema_1 = require("@sprucelabs/schema"); const notImplementedDefinition = (0, schema_1.buildErrorSchema)({ id: 'notImplemented', name: 'Not implemented', description: 'This feature has not been implemented', fields: {}, }); exports.default = notImplementedDefinition; //# sourceMappingURL=notImplemented.builder.js.map