Apply model role
apply
role is used to generate a more precise diff to apply changes to a file.
promptTemplates.apply
property in your model configuration. Continue uses Handlebars syntax for templating.
Available variables for the apply template:
{{{original_code}}}
- The original code before changes{{{new_code}}}
- The new code after changes