Skip to content

Commit be961c8

Browse files
committed
add apply prompt template to mercury coder
1 parent 232b3ae commit be961c8

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

blocks/public/mercury-coder.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Mercury Coder
2-
version: 1.0.6
2+
version: 1.0.7
33
schema: v1
44
models:
55
- name: Mercury Coder
@@ -18,3 +18,12 @@ models:
1818
stop:
1919
- <|endoftext|>
2020
- <|/code_to_edit|>
21+
promptTemplates:
22+
apply: |-
23+
<|original_code|>
24+
{{{ original_code }}}
25+
<|/original_code|>
26+
27+
<|update_snippet|>
28+
{{{ new_code }}}
29+
<|/update_snippet|>

0 commit comments

Comments
 (0)