You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: en/config.json
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -169,6 +169,8 @@
169
169
"jinja.eosToken/label": "EOS Token",
170
170
"jinja.template/label": "Template",
171
171
"jinja/error": "Failed to parse Jinja template: {{error}}",
172
+
"jinja/empty": "Please enter a Jinja template above.",
173
+
"jinja/unlikelyToWork": "The Jinja template you provided above is unlikely to work as it does not reference the variable \"messages\". Please double check if you have entered a correct template.",
0 commit comments