Prompt
{% set real_simplifications = [] %}{% for text in simplifications %}{% if text|length < original|length %}{{real_simplifications.append(text) | default("", True)}}{% endif %}{% endfor %} {% if real_simplifications %} Make the below sentence more verbose: {{real_simplifications | choice}}
