Variable MJAIActionSchemaConst
MJAIActionSchema: ZodObject<
{
__mj_CreatedAt: ZodDate;
__mj_UpdatedAt: ZodDate;
DefaultModel: ZodNullable<ZodString>;
DefaultModelID: ZodNullable<ZodString>;
DefaultPrompt: ZodNullable<ZodString>;
Description: ZodNullable<ZodString>;
ID: ZodString;
IsActive: ZodBoolean;
Name: ZodString;
},
"strip",
ZodTypeAny,
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
DefaultModel?: string;
DefaultModelID?: string;
DefaultPrompt?: string;
Description?: string;
ID?: string;
IsActive?: boolean;
Name?: string;
},
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
DefaultModel?: string;
DefaultModelID?: string;
DefaultPrompt?: string;
Description?: string;
ID?: string;
IsActive?: boolean;
Name?: string;
},
> = ...
zod schema definition for the entity MJ: AI Actions