NEPTUNE_OPENCYPHER_EXTRA_INSTRUCTIONS = '\nInstructions:\nGenerate the query in openCypher format and follow these rules:\nDo not use `NONE`, `ALL` or `ANY` predicate functions, rather use list comprehensions.\nDo not use `REDUCE` function. Rather use a combination of list comprehension and the `UNWIND` clause to achieve similar results.\nDo not use `FOREACH` clause. Rather use a combination of `WITH` and `UNWIND` clauses to achieve similar results.{extra_instructions}\n\n'