Prompt
{% set seq = [ 'From the concepts mentioned below, generate a sentence:', 'Convert the concepts to a sentence:', 'Given the list of concepts, write a sentence:' ] %} {{ seq | choice }} {{ concepts | join(", ") }}
{% set seq = [ 'From the concepts mentioned below, generate a sentence:', 'Convert the concepts to a sentence:', 'Given the list of concepts, write a sentence:' ] %} {{ seq | choice }} {{ concepts | join(", ") }}