mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
12 lines
454 B
Django/Jinja
12 lines
454 B
Django/Jinja
When performing your task, make sure to reference the additional context if needed.
|
|
These are a list of text messages attached in order of most recent.
|
|
|
|
{% for message in messages %}
|
|
{{ message }}
|
|
{% if not loop.last %}\n\n{% endif %}
|
|
{% endfor %}
|
|
|
|
|
|
If you opened a pull request, please leave the following comment at the end your summary and pull request description
|
|
`{{ username }} can click here to [continue refining the PR]({{ conversation_url }})`
|