@@ -358,17 +358,17 @@ local config = {
358
358
command_auto_select_response = true ,
359
359
360
360
-- templates
361
- template_selection = " I have the following from {{filename}}:"
361
+ template_selection = " I have the following primary snippet from {{filename}}:"
362
362
.. " \n\n ```{{filetype}}\n {{selection}}\n ```\n\n {{command}}" ,
363
- template_rewrite = " I have the following from {{filename}}:"
363
+ template_rewrite = " I have the following primary snippet from {{filename}}:"
364
364
.. " \n\n ```{{filetype}}\n {{selection}}\n ```\n\n {{command}}"
365
- .. " \n\n Respond exclusively with the snippet that should replace the selection above." ,
366
- template_append = " I have the following from {{filename}}:"
365
+ .. " \n\n Respond exclusively with the snippet that should replace the primary selection above." ,
366
+ template_append = " I have the following primary snippet from {{filename}}:"
367
367
.. " \n\n ```{{filetype}}\n {{selection}}\n ```\n\n {{command}}"
368
- .. " \n\n Respond exclusively with the snippet that should be appended after the selection above." ,
369
- template_prepend = " I have the following from {{filename}}:"
368
+ .. " \n\n Respond exclusively with the snippet that should be appended after the primary selection above." ,
369
+ template_prepend = " I have the following primary snippet from {{filename}}:"
370
370
.. " \n\n ```{{filetype}}\n {{selection}}\n ```\n\n {{command}}"
371
- .. " \n\n Respond exclusively with the snippet that should be prepended before the selection above." ,
371
+ .. " \n\n Respond exclusively with the snippet that should be prepended before the primary selection above." ,
372
372
template_command = " {{command}}" ,
373
373
template_context_file = " \n\n Here is a file {{filename}} for additional context:"
374
374
.. " \n\n ```\n {{content}}\n ```\n\n " ,
0 commit comments