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,
> = ...