Member Junction
    Preparing search index...

    Variable MJAIClientToolDefinitionSchemaConst

    MJAIClientToolDefinitionSchema: ZodObject<
        {
            __mj_CreatedAt: ZodDate;
            __mj_UpdatedAt: ZodDate;
            Category: ZodNullable<ZodString>;
            DefaultTimeoutMs: ZodNullable<ZodNumber>;
            Description: ZodString;
            ID: ZodString;
            InputSchemaJSON: ZodNullable<ZodString>;
            Name: ZodString;
            OutputSchemaJSON: ZodNullable<ZodString>;
            RequiresContextType: ZodNullable<ZodString>;
        },
        "strip",
        ZodTypeAny,
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            Category?: string;
            DefaultTimeoutMs?: number;
            Description?: string;
            ID?: string;
            InputSchemaJSON?: string;
            Name?: string;
            OutputSchemaJSON?: string;
            RequiresContextType?: string;
        },
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            Category?: string;
            DefaultTimeoutMs?: number;
            Description?: string;
            ID?: string;
            InputSchemaJSON?: string;
            Name?: string;
            OutputSchemaJSON?: string;
            RequiresContextType?: string;
        },
    > = ...

    zod schema definition for the entity MJ: AI Client Tool Definitions