UNPKG

@sprucelabs/spruce-cli

Version:

Command line interface for building Spruce skills.

14 lines (13 loc) 251 B
declare const _default: { id: string; name: string; fields: { promptPath: { type: "text"; isRequired: true; label: string; hint: string; }; }; }; export default _default;