feat: repo map (#496)
* feat: repo map * chore: remove breakline * chore: remove spaces * fix: golang public method * feat: mentions for editing input
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
{%- if use_xml_format -%}
|
||||
<filepath>{{filepath}}</filepath>
|
||||
|
||||
{%- if selected_code -%}
|
||||
<context>
|
||||
```{{code_lang}}
|
||||
@@ -19,6 +21,8 @@
|
||||
</code>
|
||||
{%- endif %}
|
||||
{% else %}
|
||||
FILEPATH: {{filepath}}
|
||||
|
||||
{%- if selected_code -%}
|
||||
CONTEXT:
|
||||
```{{code_lang}}
|
||||
|
||||
Reference in New Issue
Block a user