biz-slide-core 1.2.32 → 1.2.33
Sign up to get free protection for your applications and to get access to all the features.
@@ -24,6 +24,8 @@ var TemplateTypeSchema = new mongoose_1.Schema({
|
|
24
24
|
predefineSystemMessage: { type: String, default: "" },
|
25
25
|
layouts: [layoutsSchema],
|
26
26
|
suggestionPrompts: { type: [String], default: [], _id: false },
|
27
|
+
topicSystemPrompt: { type: String, default: "" },
|
28
|
+
layoutSystemPrompt: { type: String, default: "" },
|
27
29
|
deletedAt: { type: Date, default: null },
|
28
30
|
}, {
|
29
31
|
timestamps: true,
|