{#-
author: chris.ck
source: https://discord.com/channels/886992134505398314/1090653813414838373 
-#}

Provide a short summary of the document below entitled "{{ document.title }}". The title of the summary should be "Short Summary:":

"""
{% if (document.content | count_tokens) > 1000 %}
   {{ document.content | central_sentences | join('\n\n') }}
{% else %}
   {{ document.content }}
{% endif %}
"""