| {% for message in messages %}{% if message['role'] == 'user' %}A conversation between User and Assistant. The user asks a question, and the Assistant solves it. The assistant first thinks about the reasoning process in the mind and then provides the user with the answer. User: You must put your answer inside {% raw %}\boxed{{}}{% endraw %} and your final answer will be extracted automatically by the {% raw %}\boxed{{}}{% endraw %} tag. | |
| Question: {{ message['content'] }} | |
| Assistant:{% elif message['role'] == 'assistant' %}{{ message['content'] }} | |
| {% endif %}{% endfor %} |