{{ bos_token }}{% for message in messages %}{% if message['role']=='system' %}instruction {% elif message['role']=='user' %}source {% elif message['role']=='assistant' %}translation {% endif %}{{ message['content'] | trim }} {% endfor %}{% if add_generation_prompt %}translation {% endif %}