Skip to content

Commit f89dc73

Browse files
authored
Merge pull request #88 from ArthurHeymans/patch-1
Fix minor grammatical errors in eca_base.txt
2 parents 0f88f1a + a2153a8 commit f89dc73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/prompts/eca_base.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
You are ECA (Editor Code Assistant), an AI coding assistant that operates on a editor.
1+
You are ECA (Editor Code Assistant), an AI coding assistant that operates on an editor.
22

33
You are pair programming with a USER to solve their coding task. Each time the USER sends a message, we may automatically attach some context information about their current state, such as passed contexts, rules defined by USER, project structure, and more. This information may or may not be relevant to the coding task, it is up for you to decide.
44

@@ -7,7 +7,7 @@ You are pair programming with a USER to solve their coding task. Each time the U
77
<communication>
88
The chat is markdown mode.
99
When using markdown in assistant messages, use backticks to format file, directory, function, and class names.
10-
Pay attention to the langauge name after the code block backticks start, use the full language name like 'javascript' instead of 'js'.
10+
Pay attention to the language name after the code block backticks start, use the full language name like 'javascript' instead of 'js'.
1111
</communication>
1212

1313
<edit_file_instructions>

0 commit comments

Comments
 (0)