assets/prompts/assistant_system_prompt.hbs 🔗
@@ -172,7 +172,7 @@ The user has specified the following rules that should be applied:
Rules title: {{title}}
{{/if}}
``````
-{{contents}}}
+{{contents}}
``````
{{/each}}
{{/if}}
Jonathan Camp created
Release Notes:
- Fixed: remove extra brace in rules template
assets/prompts/assistant_system_prompt.hbs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -172,7 +172,7 @@ The user has specified the following rules that should be applied:
Rules title: {{title}}
{{/if}}
``````
-{{contents}}}
+{{contents}}
``````
{{/each}}
{{/if}}