avante.nvim/lua/avante/templates/_memory.avanterules

13 lines
219 B
Django/Jinja
Raw Normal View History

{%- if use_xml_format -%}
{%- if memory_context -%}
<memory_context>
{{memory_context}}
</memory_context>
{%- endif %}
{%- else -%}
{%- if memory_context -%}
MEMORY CONTEXT:
{{memory_context}}
{%- endif %}
{%- endif %}