langchain.js
    Preparing search index...

    Variable Memory20250818RenameCommandSchemaConst

    Memory20250818RenameCommandSchema: ZodObject<
        {
            command: ZodLiteral<"rename">;
            new_path: ZodString;
            old_path: ZodString;
        },
        $strip,
    > = ...