fix: missing breakline in context prompt template (#690)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{%- if use_xml_format -%}
|
||||
<filepath>{{filepath}}</filepath>
|
||||
|
||||
{%- if selected_code -%}
|
||||
{% if selected_code -%}
|
||||
<context>
|
||||
```{{code_lang}}
|
||||
{{file_content}}
|
||||
@@ -23,7 +23,7 @@
|
||||
{% else %}
|
||||
FILEPATH: {{filepath}}
|
||||
|
||||
{%- if selected_code -%}
|
||||
{% if selected_code -%}
|
||||
CONTEXT:
|
||||
```{{code_lang}}
|
||||
{{file_content}}
|
||||
|
||||
Reference in New Issue
Block a user