`tool` role got replace with `user`

#40
by Nevermetyou - opened

In the chat template file of smol lm v3, I see that it use user role in tool role

    {%- elif message.role == "tool" -%}
    {{ "<|im_start|>" + "user\n"  + content + "<|im_end|>\n" }}

Why is that?

Nevermetyou changed discussion title from role tool got replace with user to `tool` role got replace with `user`

Sign up or log in to comment