Fix Jinja template parsing errors: tuple unpacking and multi-line string concatenation
#9
by
QuantPanda
- opened
Fix for two critical Jinja template parsing errors that break chat template rendering:
- Invalid Python-style tuple unpacking syntax (I made it two separate assignments)
- Unsupported implicit multi-line string concatenation (fixed by using ~)
See here under "13.5. Other Operators" : https://tedboy.github.io/jinja2/templ13.html#other-operators