Member Junction
    Preparing search index...

    Variable MJAIConfigurationSchemaConst

    MJAIConfigurationSchema: ZodObject<
        {
            __mj_CreatedAt: ZodDate;
            __mj_UpdatedAt: ZodDate;
            DefaultPromptForContextCompression: ZodNullable<ZodString>;
            DefaultPromptForContextCompressionID: ZodNullable<ZodString>;
            DefaultPromptForContextSummarization: ZodNullable<ZodString>;
            DefaultPromptForContextSummarizationID: ZodNullable<ZodString>;
            DefaultStorageProvider: ZodNullable<ZodString>;
            DefaultStorageProviderID: ZodNullable<ZodString>;
            DefaultStorageRootPath: ZodNullable<ZodString>;
            Description: ZodNullable<ZodString>;
            ID: ZodString;
            IsDefault: ZodBoolean;
            Name: ZodString;
            Parent: ZodNullable<ZodString>;
            ParentID: ZodNullable<ZodString>;
            RootParentID: ZodNullable<ZodString>;
            Status: ZodUnion<
                [
                    ZodLiteral<"Active">,
                    ZodLiteral<"Deprecated">,
                    ZodLiteral<"Inactive">,
                    ZodLiteral<"Preview">,
                ],
            >;
        },
        "strip",
        ZodTypeAny,
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            DefaultPromptForContextCompression?: string;
            DefaultPromptForContextCompressionID?: string;
            DefaultPromptForContextSummarization?: string;
            DefaultPromptForContextSummarizationID?: string;
            DefaultStorageProvider?: string;
            DefaultStorageProviderID?: string;
            DefaultStorageRootPath?: string;
            Description?: string;
            ID?: string;
            IsDefault?: boolean;
            Name?: string;
            Parent?: string;
            ParentID?: string;
            RootParentID?: string;
            Status?: "Active"
            | "Deprecated"
            | "Inactive"
            | "Preview";
        },
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            DefaultPromptForContextCompression?: string;
            DefaultPromptForContextCompressionID?: string;
            DefaultPromptForContextSummarization?: string;
            DefaultPromptForContextSummarizationID?: string;
            DefaultStorageProvider?: string;
            DefaultStorageProviderID?: string;
            DefaultStorageRootPath?: string;
            Description?: string;
            ID?: string;
            IsDefault?: boolean;
            Name?: string;
            Parent?: string;
            ParentID?: string;
            RootParentID?: string;
            Status?: "Active"
            | "Deprecated"
            | "Inactive"
            | "Preview";
        },
    > = ...

    zod schema definition for the entity MJ: AI Configurations