@memberjunction/server 5.20.0 → 5.21.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -21732,6 +21732,10 @@ __decorate([
|
|
|
21732
21732
|
MaxLength(20),
|
|
21733
21733
|
__metadata("design:type", String)
|
|
21734
21734
|
], MJAIPrompt_.prototype, "PrefillFallbackMode", void 0);
|
|
21735
|
+
__decorate([
|
|
21736
|
+
Field(() => Boolean, { description: `Only applies when SelectionStrategy is Specific. When 0 (default), if none of the explicitly configured AIPromptModel entries have valid API credentials the system automatically falls back to Default/ByPower model selection across all active models matching the prompt AIModelTypeID. When 1, the system will hard-fail with an error instead of falling back, ensuring only the explicitly configured models are ever used.` }),
|
|
21737
|
+
__metadata("design:type", Boolean)
|
|
21738
|
+
], MJAIPrompt_.prototype, "RequireSpecificModels", void 0);
|
|
21735
21739
|
__decorate([
|
|
21736
21740
|
Field(),
|
|
21737
21741
|
MaxLength(255),
|
|
@@ -22031,6 +22035,10 @@ __decorate([
|
|
|
22031
22035
|
Field({ nullable: true }),
|
|
22032
22036
|
__metadata("design:type", String)
|
|
22033
22037
|
], CreateMJAIPromptInput.prototype, "PrefillFallbackMode", void 0);
|
|
22038
|
+
__decorate([
|
|
22039
|
+
Field(() => Boolean, { nullable: true }),
|
|
22040
|
+
__metadata("design:type", Boolean)
|
|
22041
|
+
], CreateMJAIPromptInput.prototype, "RequireSpecificModels", void 0);
|
|
22034
22042
|
CreateMJAIPromptInput = __decorate([
|
|
22035
22043
|
InputType()
|
|
22036
22044
|
], CreateMJAIPromptInput);
|
|
@@ -22244,6 +22252,10 @@ __decorate([
|
|
|
22244
22252
|
Field({ nullable: true }),
|
|
22245
22253
|
__metadata("design:type", String)
|
|
22246
22254
|
], UpdateMJAIPromptInput.prototype, "PrefillFallbackMode", void 0);
|
|
22255
|
+
__decorate([
|
|
22256
|
+
Field(() => Boolean, { nullable: true }),
|
|
22257
|
+
__metadata("design:type", Boolean)
|
|
22258
|
+
], UpdateMJAIPromptInput.prototype, "RequireSpecificModels", void 0);
|
|
22247
22259
|
__decorate([
|
|
22248
22260
|
Field(() => [KeyValuePairInput], { nullable: true }),
|
|
22249
22261
|
__metadata("design:type", Array)
|