@jasondark/proompt
Version:
CLI tool for running AI prompts with structure and repeatability
8 lines • 352 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.lyraArgsSchema = void 0;
const zod_1 = require("zod");
const schemas_1 = require("@/core/schemas");
// Lyra command typically doesn't take arguments
exports.lyraArgsSchema = zod_1.z.object({}).and(schemas_1.llmCommandOptionsSchema);
//# sourceMappingURL=schema.js.map