[Feat]: slack conversation instruction template (#8648)

This commit is contained in:
Rohit Malhotra 2025-05-23 14:39:53 -04:00 committed by GitHub
parent dd3b3d1253
commit 598d19cd5d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,11 @@
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 }})`