Aaron Pham 2b89f0d529
perf(anthropic): prompt-caching ()
bring back prompt caching support on Anthropic

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
2024-09-04 03:19:33 -04:00

13 lines
226 B
Django/Jinja

{%- if use_xml_format -%}
{%- if project_context -%}
<project_context>
{{project_context}}
</project_context>
{%- endif %}
{%- else -%}
{%- if project_context -%}
PROJECT CONTEXT:
{{project_context}}
{%- endif %}
{%- endif %}