@memberjunction/server 5.19.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.
|
@@ -3950,6 +3950,7 @@ export declare class MJAIPrompt_ {
|
|
|
3950
3950
|
EffortLevel?: number;
|
|
3951
3951
|
AssistantPrefill?: string;
|
|
3952
3952
|
PrefillFallbackMode: string;
|
|
3953
|
+
RequireSpecificModels: boolean;
|
|
3953
3954
|
Template: string;
|
|
3954
3955
|
Category?: string;
|
|
3955
3956
|
Type: string;
|
|
@@ -4023,6 +4024,7 @@ export declare class CreateMJAIPromptInput {
|
|
|
4023
4024
|
EffortLevel: number | null;
|
|
4024
4025
|
AssistantPrefill: string | null;
|
|
4025
4026
|
PrefillFallbackMode?: string;
|
|
4027
|
+
RequireSpecificModels?: boolean;
|
|
4026
4028
|
}
|
|
4027
4029
|
export declare class UpdateMJAIPromptInput {
|
|
4028
4030
|
ID: string;
|
|
@@ -4076,6 +4078,7 @@ export declare class UpdateMJAIPromptInput {
|
|
|
4076
4078
|
EffortLevel?: number | null;
|
|
4077
4079
|
AssistantPrefill?: string | null;
|
|
4078
4080
|
PrefillFallbackMode?: string;
|
|
4081
|
+
RequireSpecificModels?: boolean;
|
|
4079
4082
|
OldValues___?: KeyValuePairInput[];
|
|
4080
4083
|
}
|
|
4081
4084
|
export declare class RunMJAIPromptViewResult {
|