Template parser can't handle escape characters or mixed quotes in the template definition #27
Labels
enhancement
New feature or request
Output Verifier
Related to the output format issues from LLMs
parser
related to parser
Both of these example templates result in the error
TemplateSyntaxError: unexpected char '\\' at 5
:ner.jinja:
ner.jinja:
And I confirmed it's not an issue with
jinja
, because passing the same template directly tojinja
works fine:The text was updated successfully, but these errors were encountered: