@graphteon/juricode
Version:
We are forging the future with lines of digital steel
18 lines • 671 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SupportedSettings = exports.ArgConfigType = void 0;
var ArgConfigType;
(function (ArgConfigType) {
ArgConfigType["LLM_MODEL"] = "LLM_MODEL";
ArgConfigType["AGENT"] = "AGENT";
ArgConfigType["LANGUAGE"] = "LANGUAGE";
ArgConfigType["LLM_API_KEY_SET"] = "LLM_API_KEY_SET";
})(ArgConfigType || (exports.ArgConfigType = ArgConfigType = {}));
const SupportedSettings = [
ArgConfigType.LLM_MODEL,
ArgConfigType.AGENT,
ArgConfigType.LANGUAGE,
ArgConfigType.LLM_API_KEY_SET,
];
exports.SupportedSettings = SupportedSettings;
//# sourceMappingURL=config-type.js.map