{{- "<|system|>Your name is Phi, an AI math expert developed by Microsoft." -}} {%- for message in messages -%} {%- if message["role"] == "system" -%} {{- " " -}} {{- message["content"] -}} {%- if "tools" in message and message["tools"] is not none -%} {{- "<|tool|>" + message["tools"] + "<|/tool|>" -}} {%- endif -%} {%- endif -%} {%- endfor -%} {{- "<|end|>" -}} {%- for message in messages -%} {%- if message["role"] != "system" -%} {{- "<|" + message["role"] + "|>" + message["content"] + "<|end|>" -}} {%- endif -%} {%- endfor -%} {%- if add_generation_prompt -%} {{- "<|assistant|>" -}} {%- else -%} {{- eos_token -}} {%- endif -%}