Variable MJScopedPromptConfigSchemaConst
MJScopedPromptConfigSchema: ZodObject<
{
__mj_CreatedAt: ZodDate;
__mj_UpdatedAt: ZodDate;
Configuration: ZodNullable<ZodString>;
ConfigurationID: ZodNullable<ZodString>;
Description: ZodNullable<ZodString>;
EffortLevel: ZodNullable<ZodNumber>;
FrequencyPenalty: ZodNullable<ZodNumber>;
ID: ZodString;
MinP: ZodNullable<ZodNumber>;
Model: ZodNullable<ZodString>;
ModelID: ZodNullable<ZodString>;
PresencePenalty: ZodNullable<ZodNumber>;
PrimaryScopeEntity: ZodNullable<ZodString>;
PrimaryScopeEntityID: ZodNullable<ZodString>;
PrimaryScopeRecordID: ZodNullable<ZodString>;
Priority: ZodNumber;
Prompt: ZodString;
PromptID: ZodString;
ResponseFormat: ZodNullable<
ZodUnion<
[
ZodLiteral<"Any">,
ZodLiteral<"JSON">,
ZodLiteral<"Markdown">,
ZodLiteral<"ModelSpecific">,
ZodLiteral<"Text">,
],
>,
>;
SecondaryScopes: ZodNullable<ZodString>;
Seed: ZodNullable<ZodNumber>;
Status: ZodUnion<
[
ZodLiteral<"Active">,
ZodLiteral<"Archived">,
ZodLiteral<"Provisional">,
],
>;
StopSequences: ZodNullable<ZodString>;
Temperature: ZodNullable<ZodNumber>;
TopK: ZodNullable<ZodNumber>;
TopP: ZodNullable<ZodNumber>;
Vendor: ZodNullable<ZodString>;
VendorID: ZodNullable<ZodString>;
},
"strip",
ZodTypeAny,
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
Configuration?: string;
ConfigurationID?: string;
Description?: string;
EffortLevel?: number;
FrequencyPenalty?: number;
ID?: string;
MinP?: number;
Model?: string;
ModelID?: string;
PresencePenalty?: number;
PrimaryScopeEntity?: string;
PrimaryScopeEntityID?: string;
PrimaryScopeRecordID?: string;
Priority?: number;
Prompt?: string;
PromptID?: string;
ResponseFormat?: "Any"
| "JSON"
| "Markdown"
| "ModelSpecific"
| "Text";
SecondaryScopes?: string;
Seed?: number;
Status?: "Active" | "Archived" | "Provisional";
StopSequences?: string;
Temperature?: number;
TopK?: number;
TopP?: number;
Vendor?: string;
VendorID?: string;
},
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
Configuration?: string;
ConfigurationID?: string;
Description?: string;
EffortLevel?: number;
FrequencyPenalty?: number;
ID?: string;
MinP?: number;
Model?: string;
ModelID?: string;
PresencePenalty?: number;
PrimaryScopeEntity?: string;
PrimaryScopeEntityID?: string;
PrimaryScopeRecordID?: string;
Priority?: number;
Prompt?: string;
PromptID?: string;
ResponseFormat?: "Any"
| "JSON"
| "Markdown"
| "ModelSpecific"
| "Text";
SecondaryScopes?: string;
Seed?: number;
Status?: "Active" | "Archived" | "Provisional";
StopSequences?: string;
Temperature?: number;
TopK?: number;
TopP?: number;
Vendor?: string;
VendorID?: string;
},
> = ...
zod schema definition for the entity MJ: Scoped Prompt Configs