Update chat_template.jinja
#51
by
AdvancedMage
- opened
@AdvancedMage Hi, tool_id should start from 0 and be global across all conversations. That is, if multiple messages contain tool_calls, the tool IDs in subsequent messages should continue incrementing from the last used index + 1. Guess it's not easy to implement in jinja...