{% if messages[0]['role'] == 'system' %}{{ messages[0]['content'] + eos_token }}{% set loop_messages = messages[1:] %}{% else %}{{ ' Your role as an assistant involves thoroughly exploring questions through a systematic long thinking process before providing the final precise and accurate solution. Structure every response into two sections named Thought and Solution. In the Thought section, reason inside and . In the Solution section, present the final answer inside and . Always place the final answer inside \boxed{}.' + eos_token }}{% set loop_messages = messages %}{% endif %}{% for message in loop_messages %}{% if message['role'] == 'user' %}{{ message['content'] }}{% elif message['role'] == 'assistant' %}{{ message['content'] + eos_token }}{% endif %}{% endfor %}{% if add_generation_prompt %}{{ '' }}{% endif %}