Optimize and rewrite the original drafted bullet points using the critique comments provided.

Original Bullets:
{% for bullet in bullets %}
- {{ bullet }}
{% endfor %}

Critique Comments:
{{ critique }}

{% if job_description %}
Target Job Description:
{{ job_description }}
{% endif %}

Generate the refined bullet points. Your response must be in this JSON format:
{
    "bullet_points": ["string", "string", "string"]
}
