Variable MJAIPersonaSchemaConst
MJAIPersonaSchema: ZodObject<
{
__mj_CreatedAt: ZodDate;
__mj_UpdatedAt: ZodDate;
Description: ZodNullable<ZodString>;
ID: ZodString;
IsActive: ZodBoolean;
Locale: ZodNullable<ZodString>;
Name: ZodString;
PerceivedAgeRangeMax: ZodNullable<ZodNumber>;
PerceivedAgeRangeMin: ZodNullable<ZodNumber>;
PerceivedGender: ZodNullable<ZodString>;
PreviewAudioURL: ZodNullable<ZodString>;
PreviewImageURL: ZodNullable<ZodString>;
PreviewVideoURL: ZodNullable<ZodString>;
Source: ZodUnion<
[ZodLiteral<"BuiltIn">, ZodLiteral<"Cloned">, ZodLiteral<"Custom">],
>;
SpeakingStyle: ZodNullable<ZodString>;
StyleDescriptors: ZodNullable<ZodAny>;
Tone: ZodNullable<ZodString>;
},
"strip",
ZodTypeAny,
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
Description?: string;
ID?: string;
IsActive?: boolean;
Locale?: string;
Name?: string;
PerceivedAgeRangeMax?: number;
PerceivedAgeRangeMin?: number;
PerceivedGender?: string;
PreviewAudioURL?: string;
PreviewImageURL?: string;
PreviewVideoURL?: string;
Source?: "Custom"
| "BuiltIn"
| "Cloned";
SpeakingStyle?: string;
StyleDescriptors?: any;
Tone?: string;
},
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
Description?: string;
ID?: string;
IsActive?: boolean;
Locale?: string;
Name?: string;
PerceivedAgeRangeMax?: number;
PerceivedAgeRangeMin?: number;
PerceivedGender?: string;
PreviewAudioURL?: string;
PreviewImageURL?: string;
PreviewVideoURL?: string;
Source?: "Custom"
| "BuiltIn"
| "Cloned";
SpeakingStyle?: string;
StyleDescriptors?: any;
Tone?: string;
},
> = ...
zod schema definition for the entity MJ: AI Personas