dist / config.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.configSchematics = void 0;
const sdk_1 = require("@lmstudio/sdk");
exports.configSchematics = (0, sdk_1.createConfigSchematics)()
.field("memoryPath", "string", {
displayName: "Memory File Path",
subtitle: "Full path to your memory.md file. Example: C:\\Users\\YourName\\.lmstudio\\memory\\memory.md",
}, "")
.build();