Circle V2 API Docs
    Preparing search index...

    Variable modifyAiNoteInputSchemaConst

    modifyAiNoteInputSchema: ZodObject<
        {
            customPrompt: ZodOptional<ZodString>;
            optionId: ZodEnum<
                {
                    custom: "custom";
                    lengthen: "lengthen";
                    regenerate: "regenerate";
                    remove_name: "remove_name";
                    remove_sensitive: "remove_sensitive";
                    shorten: "shorten";
                },
            >;
            sessionId: ZodNumber;
        },
        $strip,
    > = ...