Project Files
dist / index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.main = main;
const config_1 = require("./config");
const promptPreprocessor_1 = require("./promptPreprocessor");
async function main(context) {
context
.withConfigSchematics(config_1.configSchematics)
.withPromptPreprocessor(promptPreprocessor_1.preprocess);
}